Searched refs:GetAbsolutePath (Results 1 – 4 of 4) sorted by relevance
35 EXPECT_FALSE(IoDelegate::GetAbsolutePath("", &absolute_path)); in TEST()42 EXPECT_TRUE(IoDelegate::GetAbsolutePath("foo", &absolute_path)); in TEST()
44 static bool GetAbsolutePath(const std::string& path,
50 bool IoDelegate::GetAbsolutePath(const string& path, string* absolute_path) { in GetAbsolutePath() function in android::aidl::IoDelegate157 if (!GetAbsolutePath(path, &absolute_path)) { in CreateDirForPath()
102 if (!IoDelegate::GetAbsolutePath(filename, &fn)) { in check_filename()