Home
last modified time | relevance | path

Searched refs:GetAndroidRuntimeRootSafe (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dfile_utils_test.cc100 TEST_F(FileUtilsTest, GetAndroidRuntimeRootSafe) { in TEST_F() argument
106 std::string android_runtime_root = GetAndroidRuntimeRootSafe(&error_msg); in TEST_F()
114 std::string android_runtime_root2 = GetAndroidRuntimeRootSafe(&error_msg); in TEST_F()
119 EXPECT_EQ(GetAndroidRuntimeRootSafe(&error_msg), ""); in TEST_F()
Dfile_utils.h40 std::string GetAndroidRuntimeRootSafe(/*out*/ std::string* error_msg);
Dfile_utils.cc182 std::string GetAndroidRuntimeRootSafe(std::string* error_msg) { in GetAndroidRuntimeRootSafe() function