Home
last modified time | relevance | path

Searched refs:GetOdexDir (Results 1 – 4 of 4) sorted by relevance

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc199 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F()
211 std::string odex_location = GetOdexDir() + "/StrippedDexOdexNoOat.odex"; in TEST_F()
225 std::string odex_location = GetOdexDir() + "/StrippedDexOdexOat.odex"; in TEST_F()
259 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_F()
260 std::string oat_location = GetOdexDir() + "/OdexOatOverlap.oat"; in TEST_F()
275 std::string odex_location = GetOdexDir() + "/DexPicOdexNoOat.odex"; in TEST_F()
287 std::string odex_location = GetOdexDir() + "/DexVerifyAtRuntimeOdexNoOat.odex"; in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc243 std::string odex_location = GetOdexDir() + "/Dex2OatSwapTest.odex";
254 std::string swap_location = GetOdexDir() + "/Dex2OatSwapTest.odex.swap";
471 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex";
673 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in RunTest()
674 std::string app_image_file = app_image ? (GetOdexDir() + "/DexOdexNoOat.art"): ""; in RunTest()
710 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in RunTestVDex()
711 std::string vdex_location = GetOdexDir() + "/DexOdexNoOat.vdex"; in RunTestVDex()
712 std::string app_image_file_name = GetOdexDir() + "/DexOdexNoOat.art"; in RunTestVDex()
832 std::string odex_location = GetOdexDir() + "/Dex2OatSwapTest.odex";
838 std::string swap_location = GetOdexDir() + "/Dex2OatSwapTest.odex.swap";
[all …]
/art/runtime/
Doat_file_assistant_test.cc126 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F()
154 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F()
268 std::string odex_location = GetOdexDir() + "/VdexUpToDateNoOdex.oat"; in TEST_F()
295 std::string odex_location = GetOdexDir() + "/EmptyVdexOdex.oat"; in TEST_F()
296 std::string vdex_location = GetOdexDir() + "/EmptyVdexOdex.vdex"; in TEST_F()
439 std::string odex_location = GetOdexDir() + "/StrippedMultiDexNonMainOutOfDate.odex"; in TEST_F()
471 std::string odex_location = GetOdexDir() + "/RelativeEncodedDexLocation.odex"; in TEST_F()
538 std::string odex_location = GetOdexDir() + "/VdexDexOutOfDate.oat"; in TEST_F()
560 std::string odex_location = GetOdexDir() + "/VdexMultiDexNonMainOutOfDate.odex"; in TEST_F()
646 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F()
[all …]
Ddex2oat_environment_test.h208 const std::string& GetOdexDir() const { in GetOdexDir() function