Lines Matching refs:GetScratchDir

177   std::string GetScratchDir() {  in GetScratchDir()  function in art::OatFileAssistantTest
194 std::string android_data_tmp = GetScratchDir() + "AndroidDataTmp"; in GenerateOdexForTest()
294 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F()
318 std::string dex_location = GetScratchDir() + "/NoDexNoOat.jar"; in TEST_F()
337 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_F()
359 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar"; in TEST_F()
379 std::string dex_location = GetScratchDir() + "/MultiDexSecondaryOutOfDate.jar"; in TEST_F()
398 std::string dex_location = GetScratchDir() + "/RelativeEncodedDexLocation.jar"; in TEST_F()
428 std::string dex_location = GetScratchDir() + "/OatOutOfDate.jar"; in TEST_F()
452 std::string dex_location = GetScratchDir() + "/DexOdexNoOat.jar"; in TEST_F()
478 std::string dex_location = GetScratchDir() + "/StrippedDexOdexNoOat.jar"; in TEST_F()
529 std::string dex_location = GetScratchDir() + "/StrippedDexOdexOat.jar"; in TEST_F()
587 std::string dex_location = GetScratchDir() + "/ResourceOnlyDex.jar"; in TEST_F()
627 std::string dex_location = GetScratchDir() + "/SelfRelocation.jar"; in TEST_F()
679 std::string dex_location = GetScratchDir() + "/OdexOatOverlap.jar"; in TEST_F()
731 std::string dex_location = GetScratchDir() + "/DexPicOdexNoOat.jar"; in TEST_F()
756 std::string dex_location = GetScratchDir() + "/LoadOatUpToDate.jar"; in TEST_F()
775 std::string dex_location = GetScratchDir() + "/LoadNoExecOatUpToDate.jar"; in TEST_F()
795 std::string dex_location = GetScratchDir() + "/LoadDexNoAlternateOat.jar"; in TEST_F()
796 std::string oat_location = GetScratchDir() + "/LoadDexNoAlternateOat.oat"; in TEST_F()
858 std::string abs_dex_location = GetScratchDir() + "/NonAbsoluteDexLocation.jar"; in TEST_F()
900 std::string dex_location = GetScratchDir() + "/LongDexExtension.jarx"; in TEST_F()
954 std::string dex_location = GetScratchDir() + "/RaceToGenerate.jar"; in TEST_F()
984 std::string dex_location = GetScratchDir() + "/LoadDexOdexNoOat.jar"; in TEST_F()
1006 std::string dex_location = GetScratchDir() + "/LoadMultiDexOdexNoOat.jar"; in TEST_F()