Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dfile_utils.h53 std::string GetSystemExtRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dfile_utils.h53 std::string GetSystemExtRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dfile_utils.h53 std::string GetSystemExtRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dfile_utils.h53 std::string GetSystemExtRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dfile_utils.h53 std::string GetSystemExtRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dfile_utils.h53 std::string GetSystemExtRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/art/libartbase/base/
H A Dfile_utils.h58 std::string GetSystemExtRootSafe(/*out*/ std::string* error_msg);
H A Dfile_utils.cc193 std::string GetSystemExtRootSafe(std::string* error_msg) { in GetSystemExtRootSafe() function
207 std::string ret = GetSystemExtRootSafe(&error_msg); in GetSystemExtRoot()