Searched refs:CleanPath (Results 1 – 2 of 2) sorted by relevance
46 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
68 std::string CleanPath(const std::string& path) const;