Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Dfake_io_delegate.cpp47 string filename = CleanPath(relative_filename); in GetFileContents()
61 return file_contents_.find(CleanPath(path)) != file_contents_.end(); in FileIsReadable()
/system/tools/aidl/
Dio_delegate.h47 static std::string CleanPath(const std::string& path);
Dio_delegate.cpp277 string IoDelegate::CleanPath(const string& path) { in CleanPath() function in android::aidl::IoDelegate
Dparser.cpp57 auto clean_path = android::aidl::IoDelegate::CleanPath(filename); in Parse()