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.cpp79 written_file_contents_[file_path] = ""; in GetCodeWriter()
80 return CodeWriter::ForString(&written_file_contents_[file_path]); in GetCodeWriter()
144 const auto it = written_file_contents_.find(path); in GetWrittenContents()
145 if (it == written_file_contents_.end()) { in GetWrittenContents()
Dfake_io_delegate.h74 mutable std::map<std::string, std::string> written_file_contents_; variable