Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag_test.cc68 std::string path32 = path + "32"; in GetImgDiagFilePath() local
70 if (OS::FileExists(path32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetImgDiagFilePath()
71 return path32; in GetImgDiagFilePath()