Home
last modified time | relevance | path

Searched refs:file_contents_ (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/tests/
Dfake_io_delegate.cpp47 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()
Dfake_io_delegate.h72 std::map<std::string, std::string> file_contents_; variable
/system/tools/aidl/
Dgenerate_cpp_unittest.cpp658 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