Searched refs:GetAndroidRootSafe (Results 1 – 3 of 3) sorted by relevance
61 TEST_F(FileUtilsTest, GetAndroidRootSafe) { in TEST_F() argument67 std::string android_root = GetAndroidRootSafe(&error_msg); in TEST_F()75 std::string android_root2 = GetAndroidRootSafe(&error_msg); in TEST_F()80 EXPECT_EQ(GetAndroidRootSafe(&error_msg), ""); in TEST_F()84 std::string android_root3 = GetAndroidRootSafe(&error_msg); in TEST_F()
97 std::string GetAndroidRootSafe(std::string* error_msg) { in GetAndroidRootSafe() function117 if (dladdr(reinterpret_cast<const void*>(&GetAndroidRootSafe), /* out */ &info) != 0) { in GetAndroidRootSafe()142 std::string ret = GetAndroidRootSafe(&error_msg); in GetAndroidRoot()211 std::string android_root = GetAndroidRootSafe(error_msg); in GetDefaultBootImageLocation()
35 std::string GetAndroidRootSafe(/*out*/ std::string* error_msg);