Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils_test.cc106 TEST_F(FileUtilsTest, GetArtRootSafe) { in TEST_F() argument
116 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()
Dfile_utils.cc188 static std::string GetArtRootSafe(bool must_exist, /*out*/ std::string* error_msg) { in GetArtRootSafe() function
241 std::string GetArtRootSafe(std::string* error_msg) { in GetArtRootSafe() function
242 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()
Dfile_utils.h55 std::string GetArtRootSafe(/*out*/ std::string* error_msg);