Searched refs:GetAndroidRuntimeRootSafe (Results 1 – 3 of 3) sorted by relevance
100 TEST_F(FileUtilsTest, GetAndroidRuntimeRootSafe) { in TEST_F() argument106 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()
40 std::string GetAndroidRuntimeRootSafe(/*out*/ std::string* error_msg);
182 std::string GetAndroidRuntimeRootSafe(std::string* error_msg) { in GetAndroidRuntimeRootSafe() function