Home
last modified time | relevance | path

Searched refs:GetApexDataOdexFilename (Results 1 – 5 of 5) sorted by relevance

/art/libartbase/base/
Dfile_utils_test.cc209 TEST_F(FileUtilsTest, GetApexDataOdexFilename) { in TEST_F() argument
214 GetApexDataOdexFilename("/data/some/code.dex", InstructionSet::kArm)); in TEST_F()
219 GetApexDataOdexFilename(art_apex_jar.c_str(), InstructionSet::kArm)); in TEST_F()
225 GetApexDataOdexFilename(i18n_jar.c_str(), InstructionSet::kArm)); in TEST_F()
230 GetApexDataOdexFilename("/system/framework/cookie.jar", InstructionSet::kX86)); in TEST_F()
271 EXPECT_EQ(accompanying_odex_file, GetApexDataOdexFilename(jar, isa)); in TEST_F()
308 GetApexDataOdexFilename("/data/some/code.dex", InstructionSet::kArm)); in TEST_F()
Dfile_utils.h110 std::string GetApexDataOdexFilename(std::string_view location, InstructionSet isa);
Dfile_utils.cc490 std::string GetApexDataOdexFilename(std::string_view location, InstructionSet isa) { in GetApexDataOdexFilename() function
/art/runtime/
Doat_file_assistant.cc579 const std::string apex_data_file = GetApexDataOdexFilename(location, isa); in DexLocationToOatFilename()
/art/odrefresh/
Dodrefresh.cc1624 CHECK_EQ(artifacts.OatPath(), GetApexDataOdexFilename(jar.c_str(), isa)); in CompileSystemServerArtifacts()