Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h199 bool LocationIsOnSystemExt(const std::string& location);
Dfile_utils.cc880 bool LocationIsOnSystemExt(const std::string& location) { in LocationIsOnSystemExt() function
899 if (LocationIsOnSystem(location) || LocationIsOnSystemExt(location) in LocationIsTrusted()