Home
last modified time | relevance | path

Searched refs:path32 (Results 1 – 2 of 2) 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()
/art/dexlayout/
Ddexdiag_test.cc43 std::string path32 = path + "32"; in GetDexDiagFilePath() local
45 if (OS::FileExists(path32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetDexDiagFilePath()
46 return path32; in GetDexDiagFilePath()