Home
last modified time | relevance | path

Searched refs:GetScratchDir (Results 1 – 7 of 7) sorted by relevance

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc97 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F()
108 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_F()
120 std::string dex_location = GetScratchDir() + "/ProfileOatUpToDate.jar"; in TEST_F()
131 std::string dex_location = GetScratchDir() + "/Downgrade.jar"; in TEST_F()
142 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar"; in TEST_F()
151 std::string dex_location = GetScratchDir() + "/MultiDexSecondaryOutOfDate.jar"; in TEST_F()
168 std::string dex_location = GetScratchDir() + "/OatDexOutOfDate.jar"; in TEST_F()
183 std::string dex_location = GetScratchDir() + "/OatImageOutOfDate.jar"; in TEST_F()
200 std::string dex_location = GetScratchDir() + "/OatVerifyAtRuntimeImageOutOfDate.jar"; in TEST_F()
213 std::string dex_location = GetScratchDir() + "/DexOdexNoOat.jar"; in TEST_F()
[all …]
/art/runtime/
Doat_file_assistant_test.cc111 std::string dex_location = GetScratchDir() + "/RelativeEncodedDexLocation.jar"; in TEST_F()
140 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F()
142 std::string context_location = GetScratchDir() + "/ContextDex.jar"; in TEST_F()
167 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F()
169 std::string context_location = GetScratchDir() + "/ContextDex.jar"; in TEST_F()
201 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F()
226 std::string dex_location = GetScratchDir() + "/NoDexNoOat.jar"; in TEST_F()
242 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_F()
271 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_F()
304 std::string scratch_dir = GetScratchDir(); in TEST_F()
[all …]
Doat_file_test.cc135 std::string dex_location = GetScratchDir() + "/LoadOat.jar"; in TEST_F()
159 std::string dex_location = GetScratchDir() + "/MultiDexUncompressed.jar"; in TEST_F()
Ddex2oat_environment_test.h196 const std::string& GetScratchDir() const { in GetScratchDir() function
/art/runtime/gc/space/
Dimage_space_test.cc30 std::string dex1 = GetScratchDir() + "/Dex1.jar"; in TEST_F()
31 std::string multidex1 = GetScratchDir() + "/MultiDex1.jar"; in TEST_F()
32 std::string dex2 = GetScratchDir() + "/Dex2.jar"; in TEST_F()
33 std::string oat_location = GetScratchDir() + "/Oat.oat"; in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc253 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar";
485 std::string dex_location = GetScratchDir() + "/DexNoOat.jar";
487 std::string app_image_file = GetScratchDir() + "/Test.art";
660 const std::string profile_location = GetScratchDir() + "/primary.prof";
708 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in RunTest()
745 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in RunTestVDex()
869 std::string dex_location = GetScratchDir() + "/UnquickenMultiDex.jar"; in RunUnquickenMultiDex()
905 std::string dex_location = GetScratchDir() + "/UnquickenMultiDex.jar"; in RunUnquickenMultiDexCDex()
985 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar";
1032 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar";
[all …]
/art/oatdump/
Doatdump_test.h47 tmp_dir_ = GetScratchDir(); in SetUp()
56 std::string GetScratchDir() { in GetScratchDir() function