Home
last modified time | relevance | path

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

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc221 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F()
234 std::string odex_location = GetOdexDir() + "/StrippedDexOdexNoOat.odex"; in TEST_F()
248 std::string odex_location = GetOdexDir() + "/StrippedDexOdexOat.odex"; in TEST_F()
281 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_F()
282 std::string oat_location = GetOdexDir() + "/OdexOatOverlap.oat"; in TEST_F()
297 std::string odex_location = GetOdexDir() + "/DexVerifyAtRuntimeOdexNoOat.odex"; in TEST_F()
325 std::string odex_location1 = GetOdexDir() + "/DexToAnalyze.odex"; in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc268 std::string odex_location = GetOdexDir() + "/Dex2OatSwapTest.odex";
279 std::string swap_location = GetOdexDir() + "/Dex2OatSwapTest.odex.swap";
501 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex";
721 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in RunTest()
722 std::string app_image_file = app_image ? (GetOdexDir() + "/DexOdexNoOat.art"): ""; in RunTest()
758 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in RunTestVDex()
759 std::string vdex_location = GetOdexDir() + "/DexOdexNoOat.vdex"; in RunTestVDex()
760 std::string app_image_file_name = GetOdexDir() + "/DexOdexNoOat.art"; in RunTestVDex()
881 std::string odex_location = GetOdexDir() + "/UnquickenMultiDex.odex"; in RunUnquickenMultiDex()
882 std::string vdex_location = GetOdexDir() + "/UnquickenMultiDex.vdex"; in RunUnquickenMultiDex()
[all …]
/art/runtime/
Doat_file_assistant_test.cc141 std::string odex_location = GetOdexDir() + "/RelativeEncodedDexLocation.odex"; in TEST_F()
170 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F()
197 std::string odex_location = GetOdexDir() + "/TestDex.odex"; in TEST_F()
270 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F()
299 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F()
333 std::string odex_location = GetOdexDir() + "/OdexUpToDate.odex"; in TEST_F()
525 std::string odex_location = GetOdexDir() + "/VdexUpToDateNoOdex.oat"; in TEST_F()
554 std::string odex_location = GetOdexDir() + "/EmptyVdexOdex.oat"; in TEST_F()
555 std::string vdex_location = GetOdexDir() + "/EmptyVdexOdex.vdex"; in TEST_F()
694 std::string odex_location = GetOdexDir() + "/StrippedMultiDexNonMainOutOfDate.odex"; in TEST_F()
[all …]
Ddex2oat_environment_test.h172 const std::string& GetOdexDir() const { in GetOdexDir() function