Searched defs:GetArtRootSafe (Results 1 – 2 of 2) sorted by relevance
212 static std::string GetArtRootSafe(bool must_exist, /*out*/ std::string* error_msg) { in GetArtRootSafe() function264 std::string GetArtRootSafe(std::string* error_msg) { in GetArtRootSafe() function
118 TEST_F(FileUtilsTest, GetArtRootSafe) { in TEST_F() argument