HomeSort by relevance Sort by last modified time
    Searched refs:GetAbsolutePath (Results 1 - 4 of 4) sorted by null

  /system/tools/aidl/
io_delegate_unittest.cpp 30 EXPECT_FALSE(IoDelegate::GetAbsolutePath("", &absolute_path));
36 EXPECT_TRUE(IoDelegate::GetAbsolutePath("foo", &absolute_path));
io_delegate.h 40 static bool GetAbsolutePath(const std::string& path,
io_delegate.cpp 44 bool IoDelegate::GetAbsolutePath(const string& path, string* absolute_path) {
155 if (!GetAbsolutePath(path, &absolute_path)) {
aidl.cpp 82 if (!IoDelegate::GetAbsolutePath(filename, &fn)) {

Completed in 3792 milliseconds