Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h53 std::string GetSystemExtRootSafe(/*out*/ std::string* error_msg);
Dfile_utils.cc192 std::string GetSystemExtRootSafe(std::string* error_msg) { in GetSystemExtRootSafe() function
206 std::string ret = GetSystemExtRootSafe(&error_msg); in GetSystemExtRoot()