Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag_test.cc73 std::string root32 = root + "32"; in GetImgDiagFilePath() local
75 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetImgDiagFilePath()
76 return root32; in GetImgDiagFilePath()
/art/dexlayout/
Ddexdiag_test.cc48 std::string root32 = root + "32"; in GetDexDiagFilePath() local
50 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetDexDiagFilePath()
51 return root32; in GetDexDiagFilePath()