Searched refs:LocationIsOnApex (Results 1 – 4 of 4) sorted by relevance
96 bool LocationIsOnApex(const char* location);
376 bool LocationIsOnApex(const char* full_path) { in LocationIsOnApex() function
87 if (LocationIsOnApex(dex_location.c_str())) { in DetermineDomainFromLocation()
215 return art::LocationIsOnApex(so_name) ? SharedObjectKind::kApexModule in GetKind()