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

/system/tools/aidl/tests/
H A Dfake_io_delegate.cpp47 auto it = file_contents_.find(filename);
48 if (it == file_contents_.end()) {
61 const auto& it = file_contents_.find(CleanPath(file_path));
62 if (it != file_contents_.cend()) {
69 return file_contents_.find(CleanPath(path)) != file_contents_.end();
95 file_contents_[filename] = contents;
H A Dfake_io_delegate.h72 std::map<std::string, std::string> file_contents_; member in class:android::aidl::test::FakeIoDelegate
/system/tools/aidl/
H A Dgenerate_cpp_unittest.cpp1285 file_contents_(file_contents) {
1290 io_delegate_.SetFileContents(file_path_, file_contents_);
1325 const string file_contents_; member in class:android::aidl::cpp::ASTTest

Completed in 42 milliseconds