Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Dfake_io_delegate.cpp46 string filename = CleanPath(relative_filename); in GetFileContents()
62 const auto& it = file_contents_.find(CleanPath(file_path)); in GetLineReader()
70 return file_contents_.find(CleanPath(path)) != file_contents_.end(); in FileIsReadable()
161 string FakeIoDelegate::CleanPath(const string& path) const { in CleanPath() function in android::aidl::test::FakeIoDelegate
Dfake_io_delegate.h68 std::string CleanPath(const std::string& path) const;