Searched refs:GetArtRootSafe (Results 1 – 3 of 3) sorted by relevance
106 TEST_F(FileUtilsTest, GetArtRootSafe) { in TEST_F() argument116 android_art_root = GetArtRootSafe(&error_msg); in TEST_F()124 std::string android_art_root2 = GetArtRootSafe(&error_msg); in TEST_F()130 EXPECT_EQ(GetArtRootSafe(&error_msg), ""); in TEST_F()143 std::string android_art_root3 = GetArtRootSafe(&error_msg); in TEST_F()
188 static std::string GetArtRootSafe(bool must_exist, /*out*/ std::string* error_msg) { in GetArtRootSafe() function241 std::string GetArtRootSafe(std::string* error_msg) { in GetArtRootSafe() function242 return GetArtRootSafe(/* must_exist= */ true, error_msg); in GetArtRootSafe()247 std::string ret = GetArtRootSafe(&error_msg); in GetArtRoot()392 std::string module_path = GetArtRootSafe(/* must_exist= */ kIsTargetBuild, &unused_error_msg); in LocationIsOnArtModule()
55 std::string GetArtRootSafe(/*out*/ std::string* error_msg);