Searched refs:CleanPath (Results 1 – 4 of 4) sorted by relevance
47 string filename = CleanPath(relative_filename); in GetFileContents()61 return file_contents_.find(CleanPath(path)) != file_contents_.end(); in FileIsReadable()
47 static std::string CleanPath(const std::string& path);
277 string IoDelegate::CleanPath(const string& path) { in CleanPath() function in android::aidl::IoDelegate
57 auto clean_path = android::aidl::IoDelegate::CleanPath(filename); in Parse()