Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.cc389 bool LocationIsOnArtModule(const char* full_path) { in LocationIsOnArtModule()
415 static bool IsLocationOnModule(const char* full_path, in IsLocationOnModule()
446 bool LocationIsOnSystemFramework(const char* full_path) { in LocationIsOnSystemFramework()
453 bool LocationIsOnConscryptModule(const char* full_path) { in LocationIsOnConscryptModule()
458 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()