Home
last modified time | relevance | path

Searched refs:GetAndroidRootSafe (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/art/libartbase/base/
H A Dfile_utils_test.cc81 std::string android_root = GetAndroidRootSafe(&error_msg); in TEST_F()
89 std::string android_root2 = GetAndroidRootSafe(&error_msg); in TEST_F()
94 EXPECT_EQ(GetAndroidRootSafe(&error_msg), ""); in TEST_F()
101 std::string android_root3 = GetAndroidRootSafe(&error_msg); in TEST_F()
H A Dfile_utils.cc156 std::string GetAndroidRootSafe(std::string* error_msg) { in GetAndroidRootSafe() function
188 std::string ret = GetAndroidRootSafe(&error_msg); in GetAndroidRoot()
547 std::string android_root = GetAndroidRootSafe(error_msg); in GetBootImageLocationForDefaultBcp()
H A Dfile_utils.h53 std::string GetAndroidRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dfile_utils.h48 std::string GetAndroidRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dfile_utils.h48 std::string GetAndroidRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dfile_utils.h48 std::string GetAndroidRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dfile_utils.h48 std::string GetAndroidRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dfile_utils.h48 std::string GetAndroidRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dfile_utils.h48 std::string GetAndroidRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dfile_utils.h48 std::string GetAndroidRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dfile_utils.h48 std::string GetAndroidRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dfile_utils.h48 std::string GetAndroidRootSafe(/*out*/ std::string* error_msg);
/aosp_15_r20/art/dexoptanalyzer/
H A Ddexoptanalyzer.cc241 std::string android_root = GetAndroidRootSafe(&error_msg); in ParseArgs()
/aosp_15_r20/art/artd/
H A Dartd.cc1678 std::string android_root = GetAndroidRootSafe(&error_msg); in GetBootImageLocations()