Home
last modified time | relevance | path

Searched defs:full_path (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dfile_utils.cc390 bool LocationIsOnArtModule(const char* full_path) { in LocationIsOnArtModule()
416 static bool IsLocationOnModule(const char* full_path, in IsLocationOnModule()
447 bool LocationIsOnSystemFramework(const char* full_path) { in LocationIsOnSystemFramework()
454 bool LocationIsOnSystemExtFramework(const char* full_path) { in LocationIsOnSystemExtFramework()
461 bool LocationIsOnConscryptModule(const char* full_path) { in LocationIsOnConscryptModule()
466 bool LocationIsOnI18nModule(const char* full_path) { in LocationIsOnI18nModule()
471 bool LocationIsOnApex(const char* full_path) { in LocationIsOnApex()
/art/runtime/gc/space/
Dimage_space_test.cc44 std::string GetFilenameBase(const std::string& full_path) { in GetFilenameBase()