Searched defs:full_path (Results 1 – 2 of 2) sorted by relevance
785 bool LocationIsOnArtModule(std::string_view full_path) { in LocationIsOnArtModule()811 static bool IsLocationOn(std::string_view full_path, in IsLocationOn()842 bool LocationIsOnSystemFramework(std::string_view full_path) { in LocationIsOnSystemFramework()849 bool LocationIsOnSystemExtFramework(std::string_view full_path) { in LocationIsOnSystemExtFramework()862 bool LocationIsOnConscryptModule(std::string_view full_path) { in LocationIsOnConscryptModule()866 bool LocationIsOnApex(std::string_view full_path) { in LocationIsOnApex()870 std::string_view ApexNameFromLocation(std::string_view full_path) { in ApexNameFromLocation()
42 std::string GetFilenameBase(const std::string& full_path) { in GetFilenameBase()