Searched refs:exec_path (Results 1 – 1 of 1) sorted by relevance
35 std::string exec_path = tools_dir + tool; in CheckToolsExist() local36 if (stat(exec_path.c_str(), &exec_st) != 0) { in CheckToolsExist()