Home
last modified time | relevance | path

Searched defs:GetArtRootSafe (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dfile_utils.cc192 static std::string GetArtRootSafe(bool must_exist, /*out*/ std::string* error_msg) { in GetArtRootSafe() function
245 std::string GetArtRootSafe(std::string* error_msg) { in GetArtRootSafe() function
Dfile_utils_test.cc101 TEST_F(FileUtilsTest, GetArtRootSafe) { in TEST_F() argument