Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.cc212 std::string toolsdir = root + "/" + subdir1; in GetAndroidToolsDir() local
215 if ((dir = opendir(toolsdir.c_str())) != nullptr) { in GetAndroidToolsDir()
224 founddir = toolsdir + "/" + entry->d_name + "/" + subdir3 + "/bin/"; in GetAndroidToolsDir()
/art/compiler/utils/
Dassembler_thumb_test.cc71 static std::string toolsdir; in dump() local
75 toolsdir = CommonRuntimeTest::GetAndroidTargetToolsDir(kThumb2); in dump()
107 snprintf(cmd, sizeof(cmd), "%sas %s -o %s.o", toolsdir.c_str(), filename, filename); in dump()
112 snprintf(cmd, sizeof(cmd), "%sobjcopy -N '$d' %s.o %s.oo", toolsdir.c_str(), filename, filename); in dump()
118 toolsdir.c_str(), filename); in dump()