Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_thumb_test.cc81 static std::string toolsdir; in GetToolsDir() local
83 if (toolsdir.empty()) { in GetToolsDir()
85 toolsdir = CommonRuntimeTest::GetAndroidTargetToolsDir(InstructionSet::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 toolsdir.c_str(), filename); in DumpAndCheck()
/art/libartbase/base/
Dcommon_art_test.cc230 std::string toolsdir = root + "/" + subdir1; in GetAndroidToolsDir() local
233 if ((dir = opendir(toolsdir.c_str())) != nullptr) { in GetAndroidToolsDir()
242 founddir = toolsdir + "/" + entry->d_name + "/" + subdir3 + "/bin/"; in GetAndroidToolsDir()