Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc102 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F()
114 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar"; in TEST_F()
127 std::string dex_location = GetScratchDir() + "/ProfileOatUpToDate.jar"; in TEST_F()
138 std::string dex_location = GetScratchDir() + "/Downgrade.jar"; in TEST_F()
149 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar"; in TEST_F()
158 std::string dex_location = GetScratchDir() + "/MultiDexSecondaryOutOfDate.jar"; in TEST_F()
175 std::string dex_location = GetScratchDir() + "/OatDexOutOfDate.jar"; in TEST_F()
190 std::string dex_location = GetScratchDir() + "/OatImageOutOfDate.jar"; in TEST_F()
207 std::string dex_location = GetScratchDir() + "/OatVerifyAtRuntimeImageOutOfDate.jar"; in TEST_F()
220 std::string dex_location = GetScratchDir() + "/DexOdexNoOat.jar"; in TEST_F()
[all …]
/art/runtime/
Doat_file_assistant_test.cc140 std::string dex_location = GetScratchDir() + "/RelativeEncodedDexLocation.jar"; in TEST_F()
169 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F()
171 std::string context_location = GetScratchDir() + "/ContextDex.jar"; in TEST_F()
196 std::string dex_location = GetScratchDir() + "/TestDex.jar"; in TEST_F()
198 std::string context_location = GetScratchDir() + "/ContextDex.jar"; in TEST_F()
228 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in TEST_F()
253 std::string dex_location = GetScratchDir() + "/NoDexNoOat.jar"; in TEST_F()
269 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_F()
298 std::string dex_location = GetScratchDir() + "/OdexUpToDate.jar"; in TEST_F()
331 std::string scratch_dir = GetScratchDir(); in TEST_F()
[all …]
Doat_file_test.cc34 std::string dex_location = GetScratchDir() + "/LoadOat.jar"; in TEST_F()
57 std::string dex_location = GetScratchDir() + "/MultiDexUncompressedAligned.jar"; in TEST_F()
Ddex2oat_environment_test.h166 const std::string& GetScratchDir() const { in GetScratchDir() function
/art/dex2oat/
Ddex2oat_test.cc267 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar";
500 std::string dex_location = GetScratchDir() + "/DexNoOat.jar";
502 std::string app_image_file = GetScratchDir() + "/Test.art";
675 const std::string profile_location = GetScratchDir() + "/primary.prof";
720 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in RunTest()
757 std::string dex_location = GetScratchDir() + "/DexNoOat.jar"; in RunTestVDex()
880 std::string dex_location = GetScratchDir() + "/UnquickenMultiDex.jar"; in RunUnquickenMultiDex()
926 std::string dex_location = GetScratchDir() + "/UnquickenMultiDex.jar"; in RunUnquickenMultiDexCDex()
1022 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar";
1069 std::string dex_location = GetScratchDir() + "/Dex2OatSwapTest.jar";
[all …]
/art/runtime/gc/space/
Dimage_space_test.cc229 std::string dex1 = GetScratchDir() + "/Dex1.jar"; in TEST_F()
230 std::string multidex1 = GetScratchDir() + "/MultiDex1.jar"; in TEST_F()
231 std::string dex2 = GetScratchDir() + "/Dex2.jar"; in TEST_F()
232 std::string oat_location = GetScratchDir() + "/Oat.oat"; in TEST_F()
/art/oatdump/
Doatdump_test.h47 tmp_dir_ = GetScratchDir(); in SetUp()
56 std::string GetScratchDir() { in GetScratchDir() function