Searched refs:CleanPath (Results 1 – 2 of 2) sorted by relevance
47 string filename = CleanPath(relative_filename); in GetFileContents()63 const auto& it = file_contents_.find(CleanPath(file_path)); in GetLineReader()71 return file_contents_.find(CleanPath(path)) != file_contents_.end(); in FileIsReadable()170 string FakeIoDelegate::CleanPath(const string& path) const { in CleanPath() function in android::aidl::test::FakeIoDelegate
72 std::string CleanPath(const std::string& path) const;