Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.cc525 bool LocationIsOnArtModule(std::string_view full_path) { in LocationIsOnArtModule()
551 static bool IsLocationOn(std::string_view full_path, in IsLocationOn()
582 bool LocationIsOnSystemFramework(std::string_view full_path) { in LocationIsOnSystemFramework()
589 bool LocationIsOnSystemExtFramework(std::string_view full_path) { in LocationIsOnSystemExtFramework()
602 bool LocationIsOnConscryptModule(std::string_view full_path) { in LocationIsOnConscryptModule()
607 bool LocationIsOnI18nModule(std::string_view full_path) { in LocationIsOnI18nModule()
612 bool LocationIsOnApex(std::string_view full_path) { in LocationIsOnApex()
/art/runtime/gc/space/
Dimage_space_test.cc42 std::string GetFilenameBase(const std::string& full_path) { in GetFilenameBase()