Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h208 bool LocationIsOnApex(std::string_view location);
Dfile_utils.cc662 if (LocationIsOnApex(dex_location) && is_boot_classpath_location) { in GetApexDataDalvikCacheFilename()
724 DCHECK(LocationIsOnApex(location)); in GetSystemOdexFilenameForApex()
854 bool LocationIsOnApex(std::string_view full_path) { in LocationIsOnApex() function
/art/runtime/
Dhidden_api.cc113 if (LocationIsOnApex(dex_location)) { in DetermineDomainFromLocation()
/art/runtime/oat/
Doat_file_assistant.cc612 if (LocationIsOnApex(location)) { in DexLocationToOdexFilename()
/art/odrefresh/
Dodrefresh.cc1011 if (LocationIsOnApex(jar_path)) { in GetSystemServerImagePath()