Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Dfake_io_delegate.cpp80 written_file_contents_[file_path] = ""; in GetCodeWriter()
81 return CodeWriter::ForString(&written_file_contents_[file_path]); in GetCodeWriter()
145 const auto it = written_file_contents_.find(path); in GetWrittenContents()
146 if (it == written_file_contents_.end()) { in GetWrittenContents()
160 return written_file_contents_; in OutputFiles()
Dfake_io_delegate.h78 mutable std::map<std::string, std::string> written_file_contents_; variable