Searched refs:GetScratchDir (Results 1 – 9 of 9) sorted by relevance
117 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F()129 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_F()143 std::string dex_location = GetScratchDir() + "/ProfileOatUpToDate.jar"; in TEST_F()158 std::string dex_location = GetScratchDir() + "/VerifyAndEmptyProfiles.jar"; in TEST_F()186 std::string dex_location = GetScratchDir() + "/Downgrade.jar"; in TEST_F()199 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar"; in TEST_F()210 std::string dex_location = GetScratchDir() + "/MultiDexSecondaryOutOfDate.jar"; in TEST_F()227 std::string dex_location = GetScratchDir() + "/OatDexOutOfDate.jar"; in TEST_F()242 std::string dex_location = GetScratchDir() + "/OatImageOutOfDate.jar"; in TEST_F()257 std::string dex_location = GetScratchDir() + "/DexOdexNoOat.jar"; in TEST_F()[all …]
278 std::string dex_location = GetScratchDir() + "/RelativeEncodedDexLocation.jar"; in TEST_P()313 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P()315 std::string context_location = GetScratchDir() + "/ContextDex.jar"; in TEST_P()343 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_P()345 std::string context_location = GetScratchDir() + "/ContextDex.jar"; in TEST_P()354 ASSERT_TRUE(relative_context->OpenDexFiles(GetScratchDir(), context_fds)); in TEST_P()379 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_P()421 std::string dex_location = GetScratchDir() + "/NoDexNoOat.jar"; in TEST_P()450 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_P()495 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_P()[all …]
32 std::string dex_location = GetScratchDir() + "/LoadOat.jar"; in TEST_F()56 std::string dex_location = GetScratchDir() + "/MultiDexUncompressedAligned.jar"; in TEST_F()
221 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar";461 std::string dex_location = GetScratchDir() + "/DexNoOat.jar";463 std::string app_image_file = GetScratchDir() + "/Test.art";666 const std::string profile_location = GetScratchDir() + "/primary.prof";690 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in RunTest()741 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in RunTestVDex()853 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F()882 std::string dex_location = GetScratchDir() + "/Dex.jar"; in TEST_F()887 const std::string profile1_location = GetScratchDir() + "/primary.prof"; in TEST_F()896 const std::string profile2_location = GetScratchDir() + "/secondary.prof"; in TEST_F()[all …]
125 return GetScratchDir() + "/" + GetFilename(dex_file) + suffix + ".odex"; in GetOdex()130 return GetScratchDir() + "/" + GetFilename(dex_file) + suffix + ".vdex"; in GetVdex()173 std::string dm_file = GetScratchDir() + "/base.dm"; in TEST_F()209 std::string dm_file = GetScratchDir() + "/base.dm"; in TEST_F()233 std::string dm_file = GetScratchDir() + "/base.dm"; in TEST_F()260 std::string dm_file = GetScratchDir() + "/base.dm"; in TEST_F()
70 const std::string oat_location = GetScratchDir() + "/base.oat"; in TEST_F()71 const std::string vdex_location = GetScratchDir() + "/base.vdex"; in TEST_F()
224 std::string dex1 = GetScratchDir() + "/Dex1.jar"; in TEST_F()225 std::string multidex1 = GetScratchDir() + "/MultiDex1.jar"; in TEST_F()226 std::string dex2 = GetScratchDir() + "/Dex2.jar"; in TEST_F()227 std::string oat_location = GetScratchDir() + "/Oat.oat"; in TEST_F()
50 tmp_dir_ = GetScratchDir(); in SetUp()66 std::string GetScratchDir() const { in GetScratchDir() function
83 const std::string& GetScratchDir() const { return scratch_dir_; } in GetScratchDir() function