MCPcopy Index your code
hub / github.com/apache/orc / findProgram

Function findProgram

tools/test/ToolTest.cc:80–86  ·  view source on GitHub ↗

* Get the name of the given executable. * @param name the simple name of the executable */

Source from the content-addressed store, hash-verified

78 * @param name the simple name of the executable
79 */
80std::string findProgram(const std::string& name) {
81#define ORC_BUILD_DIR_STR ORC_TOOL_TEST_STRINGIFY(ORC_BUILD_DIR)
82 std::string result = ORC_BUILD_DIR_STR;
83 result += "/";
84 result += name;
85 return result;
86}

Callers 6

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
checkForErrorFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected