Home
last modified time | relevance | path

Searched refs:LocationIsOnSystem (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libartbase/base/
H A Dfile_utils.h142 bool LocationIsOnSystem(const std::string& location);
H A Dfile_utils.cc616 bool LocationIsOnSystem(const std::string& location) { in LocationIsOnSystem() function
629 if (LocationIsOnSystem(location)) { in LocationIsTrusted()