Searched refs:file_contents_ (Results 1 – 3 of 3) sorted by relevance
47 auto it = file_contents_.find(filename); in GetFileContents()48 if (it == file_contents_.end()) { in GetFileContents()61 const auto& it = file_contents_.find(CleanPath(file_path)); in GetLineReader()62 if (it != file_contents_.cend()) { in GetLineReader()69 return file_contents_.find(CleanPath(path)) != file_contents_.end(); in FileIsReadable()95 file_contents_[filename] = contents; in SetFileContents()
72 std::map<std::string, std::string> file_contents_; variable
658 file_contents_(file_contents) { in ASTTest()663 io_delegate_.SetFileContents(file_path_, file_contents_); in Parse()697 const string file_contents_; member in android::aidl::cpp::ASTTest