Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h96 bool LocationIsOnApex(const char* location);
Dfile_utils.cc376 bool LocationIsOnApex(const char* full_path) { in LocationIsOnApex() function
/art/runtime/
Dhidden_api.cc87 if (LocationIsOnApex(dex_location.c_str())) { in DetermineDomainFromLocation()
/art/runtime/jni/
Djni_internal.cc215 return art::LocationIsOnApex(so_name) ? SharedObjectKind::kApexModule in GetKind()