Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc130 std::string odex_location = GetOdexDir() + "/OatUpToDate.odex"; in TEST_F()
144 std::string odex_location = GetOdexDir() + "/ProfileOatUpToDate.odex"; in TEST_F()
159 std::string odex_location = GetOdexDir() + "/VerifyAndEmptyProfiles.odex"; in TEST_F()
187 std::string odex_location = GetOdexDir() + "/Downgrade.odex"; in TEST_F()
200 std::string odex_location = GetOdexDir() + "/MultiDexOatUpToDate.odex"; in TEST_F()
211 std::string odex_location = GetOdexDir() + "/MultiDexSecondaryOutOfDate.odex"; in TEST_F()
228 std::string odex_location = GetOdexDir() + "/OatDexOutOfDate.odex"; in TEST_F()
243 std::string odex_location = GetOdexDir() + "/OatImageOutOfDate.odex"; in TEST_F()
258 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F()
281 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_F()
[all …]
/art/runtime/oat/
Doat_file_assistant_test.cc279 std::string odex_location = GetOdexDir() + "/RelativeEncodedDexLocation.odex"; in TEST_P()
314 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P()
344 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_P()
451 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P()
496 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P()
547 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_P()
805 std::string odex_location = GetOdexDir() + "/VdexUpToDateNoOdex.oat"; in TEST_P()
846 std::string odex_location = GetOdexDir() + "/EmptyVdexOdex.oat"; in TEST_P()
847 std::string vdex_location = GetOdexDir() + "/EmptyVdexOdex.vdex"; in TEST_P()
1090 std::string odex_location = GetOdexDir() + "/VdexDexOutOfDate.oat"; in TEST_P()
[all …]
/art/dex2oat/
Ddex2oat_test.cc222 std::string odex_location = GetOdexDir() + "/Dex2OatSwapTest.odex";
233 std::string swap_location = GetOdexDir() + "/Dex2OatSwapTest.odex.swap";
462 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex";
691 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in RunTest()
692 std::string app_image_file = app_image ? (GetOdexDir() + "/DexOdexNoOat.art") : ""; in RunTest()
742 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in RunTestVDex()
743 std::string vdex_location = GetOdexDir() + "/DexOdexNoOat.vdex"; in RunTestVDex()
744 std::string app_image_file_name = GetOdexDir() + "/DexOdexNoOat.art"; in RunTestVDex()
854 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F()
855 std::string app_image_file = GetOdexDir() + "/DexOdexNoOat.art"; in TEST_F()
[all …]
/art/runtime/
Ddex2oat_environment_test.h87 const std::string& GetOdexDir() const { return odex_dir_; } in GetOdexDir() function