Home
last modified time | relevance | path

Searched refs:GetAbsolutePath (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/
Dio_delegate_unittest.cpp30 EXPECT_FALSE(IoDelegate::GetAbsolutePath("", &absolute_path)); in TEST()
36 EXPECT_TRUE(IoDelegate::GetAbsolutePath("foo", &absolute_path)); in TEST()
Dio_delegate.h39 static bool GetAbsolutePath(const std::string& path,
Dio_delegate.cpp46 bool IoDelegate::GetAbsolutePath(const string& path, string* absolute_path) { in GetAbsolutePath() function in android::aidl::IoDelegate
155 if (!GetAbsolutePath(path, &absolute_path)) { in CreateDirForPath()
Daidl.cpp101 if (!IoDelegate::GetAbsolutePath(filename, &fn)) { in check_filename()