Searched defs:full_path (Results 1 – 2 of 2) sorted by relevance
390 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()
44 std::string GetFilenameBase(const std::string& full_path) { in GetFilenameBase()