Searched refs:toolsdir (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | common_runtime_test.cc | 302 std::string toolsdir = root + "/" + subdir1; in GetAndroidToolsDir() local 305 if ((dir = opendir(toolsdir.c_str())) != nullptr) { in GetAndroidToolsDir() 314 founddir = toolsdir + "/" + entry->d_name + "/" + subdir3 + "/bin/"; in GetAndroidToolsDir()
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 81 static std::string toolsdir; in GetToolsDir() local 83 if (toolsdir.empty()) { in GetToolsDir() 85 toolsdir = CommonRuntimeTest::GetAndroidTargetToolsDir(kThumb2); in GetToolsDir() 89 return toolsdir; in GetToolsDir() 97 static std::string toolsdir = GetToolsDir(); in DumpAndCheck() local 126 snprintf(cmd, sizeof(cmd), "%sas %s -o %s.o", toolsdir.c_str(), filename, filename); in DumpAndCheck() 132 snprintf(cmd, sizeof(cmd), "%sobjcopy -N '$d' %s.o %s.oo", toolsdir.c_str(), filename, filename); in DumpAndCheck() 139 toolsdir.c_str(), filename); in DumpAndCheck()
|