Home
last modified time | relevance | path

Searched refs:exec_path (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dprebuilt_tools_test.cc35 std::string exec_path = tools_dir + tool; in CheckToolsExist() local
36 if (stat(exec_path.c_str(), &exec_st) != 0) { in CheckToolsExist()