Home | History | Annotate | Download | only in utils

Lines Matching refs:toolsdir

77   static std::string toolsdir;
79 if (toolsdir.empty()) {
81 toolsdir = CommonRuntimeTest::GetAndroidTargetToolsDir(kThumb2);
85 return toolsdir;
93 static std::string toolsdir = GetToolsDir();
122 snprintf(cmd, sizeof(cmd), "%sas %s -o %s.o", toolsdir.c_str(), filename, filename);
128 snprintf(cmd, sizeof(cmd), "%sobjcopy -N '$d' %s.o %s.oo", toolsdir.c_str(), filename, filename);
135 toolsdir.c_str(), filename);