HomeSort by relevance Sort by last modified time
    Searched refs:file_contents_ (Results 1 - 5 of 5) sorted by null

  /system/tools/aidl/tests/
fake_io_delegate.cpp 47 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;
fake_io_delegate.h 72 std::map<std::string, std::string> file_contents_; member in class:android::aidl::test::FakeIoDelegate
  /external/pdfium/testing/
embedder_test.cpp 45 file_contents_(nullptr) {
118 file_contents_ = GetFileContents(file_path.c_str(), &file_length_);
119 if (!file_contents_)
122 loader_ = new TestLoader(file_contents_.get(), file_length_);
embedder_test.h 133 std::unique_ptr<char, pdfium::FreeDeleter> file_contents_; member in class:EmbedderTest
  /system/tools/aidl/
generate_cpp_unittest.cpp 658 file_contents_(file_contents) {
663 io_delegate_.SetFileContents(file_path_, file_contents_);
697 const string file_contents_; member in class:android::aidl::cpp::ASTTest

Completed in 116 milliseconds