Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h110 bool LocationIsOnApex(const char* location);
Dfile_utils.cc458 bool LocationIsOnApex(const char* full_path) { in LocationIsOnApex() function
/art/runtime/
Dhidden_api.cc101 if (LocationIsOnApex(dex_location.c_str())) { in DetermineDomainFromLocation()