Searched refs:GetApexDataOdexFilename (Results 1 – 5 of 5) sorted by relevance
/art/libartbase/base/ |
D | file_utils_test.cc | 209 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()
|
D | file_utils.h | 110 std::string GetApexDataOdexFilename(std::string_view location, InstructionSet isa);
|
D | file_utils.cc | 490 std::string GetApexDataOdexFilename(std::string_view location, InstructionSet isa) { in GetApexDataOdexFilename() function
|
/art/runtime/ |
D | oat_file_assistant.cc | 579 const std::string apex_data_file = GetApexDataOdexFilename(location, isa); in DexLocationToOatFilename()
|
/art/odrefresh/ |
D | odrefresh.cc | 1624 CHECK_EQ(artifacts.OatPath(), GetApexDataOdexFilename(jar.c_str(), isa)); in CompileSystemServerArtifacts()
|