Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h151 bool LocationIsOnApex(std::string_view location);
Dfile_utils.cc308 if (!LocationIsOnApex(component)) { in GetFirstBootClasspathExtensionJar()
435 if (LocationIsOnApex(dex_location)) { in GetApexDataDalvikCacheFilename()
612 bool LocationIsOnApex(std::string_view full_path) { in LocationIsOnApex() function
/art/runtime/
Dhidden_api.cc107 if (LocationIsOnApex(dex_location.c_str())) { in DetermineDomainFromLocation()
Druntime.cc1277 if (LocationIsOnApex(jar)) { in InitializeApexVersions()
/art/odrefresh/
Dodrefresh.cc273 if (!LocationIsOnApex(jar)) {