• Home
  • Raw
  • Download

Lines Matching refs:GetScratchDir

178   std::string GetScratchDir() {  in GetScratchDir()  function in art::OatFileAssistantTest
255 std::string android_data_tmp = GetScratchDir() + "AndroidDataTmp"; in GeneratePicOdexForTest()
293 std::string android_data_tmp = GetScratchDir() + "AndroidDataTmp"; in GenerateNoPatchOdexForTest()
415 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F()
446 std::string dex_location = GetScratchDir() + "/NoDexNoOat.jar"; in TEST_F()
467 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_F()
497 std::string dex_location = GetScratchDir() + "/ProfileOatUpToDate.jar"; in TEST_F()
523 std::string dex_location = GetScratchDir() + "/ProfileOatOutOfDate.jar"; in TEST_F()
549 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar"; in TEST_F()
570 std::string dex_location = GetScratchDir() + "/MultiDexSecondaryOutOfDate.jar"; in TEST_F()
590 std::string dex_location = GetScratchDir() + "/RelativeEncodedDexLocation.jar"; in TEST_F()
621 std::string dex_location = GetScratchDir() + "/OatOutOfDate.jar"; in TEST_F()
648 std::string dex_location = GetScratchDir() + "/DexOdexNoOat.jar"; in TEST_F()
681 std::string dex_location = GetScratchDir() + "/StrippedDexOdexNoOat.jar"; in TEST_F()
735 std::string dex_location = GetScratchDir() + "/StrippedDexOdexOat.jar"; in TEST_F()
802 std::string dex_location = GetScratchDir() + "/ResourceOnlyDex.jar"; in TEST_F()
849 std::string dex_location = GetScratchDir() + "/SelfRelocation.jar"; in TEST_F()
908 std::string dex_location = GetScratchDir() + "/NoSelfRelocation.jar"; in TEST_F()
940 std::string dex_location = GetScratchDir() + "/OdexOatOverlap.jar"; in TEST_F()
981 std::string dex_location = GetScratchDir() + "/DexPicOdexNoOat.jar"; in TEST_F()
1009 std::string dex_location = GetScratchDir() + "/DexVerifyAtRuntimeOdexNoOat.jar"; in TEST_F()
1037 std::string dex_location = GetScratchDir() + "/LoadOatUpToDate.jar"; in TEST_F()
1056 std::string dex_location = GetScratchDir() + "/LoadExecInterpretOnlyOatUpToDate.jar"; in TEST_F()
1075 std::string dex_location = GetScratchDir() + "/LoadNoExecOatUpToDate.jar"; in TEST_F()
1095 std::string dex_location = GetScratchDir() + "/LoadDexNoAlternateOat.jar"; in TEST_F()
1096 std::string oat_location = GetScratchDir() + "/LoadDexNoAlternateOat.oat"; in TEST_F()
1123 std::string dex_location = GetScratchDir() + "/LoadDexUnwriteableAlternateOat.jar"; in TEST_F()
1127 std::string oat_location = GetScratchDir() + "/foo/bar/LoadDexUnwriteableAlternateOat.oat"; in TEST_F()
1144 std::string dex_location = GetScratchDir() + "/GenNoDex.jar"; in TEST_F()
1145 std::string oat_location = GetScratchDir() + "/GenNoDex.oat"; in TEST_F()
1193 std::string abs_dex_location = GetScratchDir() + "/NonAbsoluteDexLocation.jar"; in TEST_F()
1238 std::string dex_location = GetScratchDir() + "/LongDexExtension.jarx"; in TEST_F()
1298 std::string dex_location = GetScratchDir() + "/RaceToGenerate.jar"; in TEST_F()
1330 std::string dex_location = GetScratchDir() + "/LoadDexOdexNoOat.jar"; in TEST_F()
1352 std::string dex_location = GetScratchDir() + "/LoadMultiDexOdexNoOat.jar"; in TEST_F()