Searched defs:tools_dir (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dprebuilt_tools_test.cc31 static void CheckToolsExist(const std::string& tools_dir) { argument
35 std::string exec_path = tools_dir + tool;
37 ADD_FAILURE() << "Cannot find " << tool << " in " << tools_dir; local
43 std::string tools_dir = GetAndroidHostToolsDir(); local
44 if (tools_dir.empty()) {
47 CheckToolsExist(tools_dir);
55 std::string tools_dir = GetAndroidTargetToolsDir(isa); local
56 if (tools_dir.empty()) {
59 CheckToolsExist(tools_dir);

Completed in 46 milliseconds