Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc214 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F()
227 std::string odex_location = GetOdexDir() + "/StrippedDexOdexNoOat.odex"; in TEST_F()
241 std::string odex_location = GetOdexDir() + "/StrippedDexOdexOat.odex"; in TEST_F()
274 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_F()
275 std::string oat_location = GetOdexDir() + "/OdexOatOverlap.oat"; in TEST_F()
290 std::string odex_location = GetOdexDir() + "/DexVerifyAtRuntimeOdexNoOat.odex"; in TEST_F()
318 std::string odex_location1 = GetOdexDir() + "/DexToAnalyze.odex"; in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc254 std::string odex_location = GetOdexDir() + "/Dex2OatSwapTest.odex";
265 std::string swap_location = GetOdexDir() + "/Dex2OatSwapTest.odex.swap";
486 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex";
709 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in RunTest()
710 std::string app_image_file = app_image ? (GetOdexDir() + "/DexOdexNoOat.art"): ""; in RunTest()
746 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in RunTestVDex()
747 std::string vdex_location = GetOdexDir() + "/DexOdexNoOat.vdex"; in RunTestVDex()
748 std::string app_image_file_name = GetOdexDir() + "/DexOdexNoOat.art"; in RunTestVDex()
870 std::string odex_location = GetOdexDir() + "/UnquickenMultiDex.odex"; in RunUnquickenMultiDex()
871 std::string vdex_location = GetOdexDir() + "/UnquickenMultiDex.vdex"; in RunUnquickenMultiDex()
[all …]
/art/runtime/
Doat_file_assistant_test.cc112 std::string odex_location = GetOdexDir() + "/RelativeEncodedDexLocation.odex"; in TEST_F()
141 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F()
168 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F()
243 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F()
272 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F()
306 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F()
498 std::string odex_location = GetOdexDir() + "/VdexUpToDateNoOdex.oat"; in TEST_F()
527 std::string odex_location = GetOdexDir() + "/EmptyVdexOdex.oat"; in TEST_F()
528 std::string vdex_location = GetOdexDir() + "/EmptyVdexOdex.vdex"; in TEST_F()
667 std::string odex_location = GetOdexDir() + "/StrippedMultiDexNonMainOutOfDate.odex"; in TEST_F()
[all …]
Ddex2oat_environment_test.h202 const std::string& GetOdexDir() const { in GetOdexDir() function