Searched refs:odex_location (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/dexoptanalyzer/ |
H A D | dexoptanalyzer_test.cc | 131 std::string odex_location = GetOdexDir() + "/OatUpToDate.odex"; in TEST_F() local 146 std::string odex_location = GetOdexDir() + "/ProfileOatUpToDate.odex"; in TEST_F() local 189 std::string odex_location = GetOdexDir() + "/Downgrade.odex"; in TEST_F() local 204 std::string odex_location = GetOdexDir() + "/MultiDexOatUpToDate.odex"; in TEST_F() local 232 std::string odex_location = GetOdexDir() + "/OatDexOutOfDate.odex"; in TEST_F() local 248 std::string odex_location = GetOdexDir() + "/OatImageOutOfDate.odex"; in TEST_F() local 252 odex_location.c_str(), in TEST_F() 271 odex_location.c_str(), in TEST_F() 282 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex"; in TEST_F() local 307 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex"; in TEST_F() local [all …]
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_test.cc | 84 CHECK(oat_file != nullptr) << odex_location; 109 const std::string& odex_location, in GenerateOdexForTest() argument 116 odex_location, 130 const std::string& odex_location, in GenerateOdexForTest() argument 480 odex_location, 694 odex_location, in RunTest() 707 odex_location, in RunTest() 724 const std::string& odex_location, in CheckCompilerFilter() argument 751 odex_location, in RunTestVDex() 763 odex_location, in RunTestVDex() [all …]
|
H A D | dex2oat_vdex_test.cc | 43 const std::string& odex_location, in RunDex2oat() argument 49 args.push_back("--oat-file=" + odex_location);
|
/aosp12/art/runtime/ |
H A D | oat_file_assistant_test.cc | 168 "--oat-file=" + odex_location, in TEST_F() 206 args.push_back("--oat-file=" + odex_location); in TEST_F() 239 args.push_back("--oat-file=" + odex_location); in TEST_F() 465 odex_location.c_str(), in TEST_F() 505 odex_location.c_str(), in TEST_F() 541 odex_location.c_str(), in TEST_F() 598 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_F() 630 ScratchFile odex_file(odex_location.c_str()); in TEST_F() 821 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_F() 841 ASSERT_EQ(0, unlink(odex_location.c_str())); in TEST_F() [all …]
|
H A D | oat_file_manager.cc | 204 std::string odex_location; in OpenDexFilesFromOat() local 209 &odex_location, in OpenDexFilesFromOat() 222 odex_location.c_str(), in OpenDexFilesFromOat() 233 CHECK(oat_file == nullptr || odex_location == oat_file->GetLocation()) in OpenDexFilesFromOat() 235 << "optimization-status-location=" << odex_location in OpenDexFilesFromOat() 333 error_msgs->push_back("Failed to open dex files from " + odex_location); in OpenDexFilesFromOat()
|
H A D | dexopt_test.h | 52 const std::string& odex_location,
|
H A D | dexopt_test.cc | 186 const std::string& odex_location, in GenerateOdexForTest() argument 191 odex_location, in GenerateOdexForTest()
|