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

  /system/tools/aidl/tests/
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.h 179 std::unique_ptr<char, pdfium::FreeDeleter> file_contents_; member in class:EmbedderTest
  /system/tools/aidl/
generate_cpp_unittest.cpp 1325 const string file_contents_; member in class:android::aidl::cpp::ASTTest
    [all...]
  /external/pdfium/fpdfsdk/
fpdf_dataavail_embeddertest.cpp 40 file_contents_ = GetFileContents(file_path.c_str(), &file_length_);
41 if (!file_contents_)
55 bool IsOpened() const { return !!file_contents_; }
106 memcpy(pBuf, file_contents_.get() + pos, end - pos);
145 std::unique_ptr<char, pdfium::FreeDeleter> file_contents_; member in class:__anon31200::TestAsyncLoader

Completed in 302 milliseconds