Home
last modified time | relevance | path

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

/system/tools/aidl/
Dio_delegate_unittest.cpp35 EXPECT_FALSE(IoDelegate::GetAbsolutePath("", &absolute_path)); in TEST()
42 EXPECT_TRUE(IoDelegate::GetAbsolutePath("foo", &absolute_path)); in TEST()
Dio_delegate.h44 static bool GetAbsolutePath(const std::string& path,
Dio_delegate.cpp50 bool IoDelegate::GetAbsolutePath(const string& path, string* absolute_path) { in GetAbsolutePath() function in android::aidl::IoDelegate
157 if (!GetAbsolutePath(path, &absolute_path)) { in CreateDirForPath()
Daidl.cpp102 if (!IoDelegate::GetAbsolutePath(filename, &fn)) { in check_filename()