Home
last modified time | relevance | path

Searched refs:GetFileContents (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc153 void GetFileContents(const std::wstring& path, std::string* content) { in GetFileContents() function
190 ASSERT_NO_FATAL_FAILURE(GetFileContents(sym_path, &expected_symbols)); in TEST_F()
/external/pdfium/testing/
Dtest_support.cpp51 GetFileContents(full_path.c_str(), &data_length); in GetExternalData()
77 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename, in GetFileContents() function
Dtest_support.h64 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename,
Dembedder_test.cpp140 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in OpenDocument()
/external/google-breakpad/src/common/windows/
Dhttp_upload.h101 static bool GetFileContents(const wstring &filename, vector<char> *contents);
Dhttp_upload.cc276 if (!GetFileContents(upload_file, &contents)) { in GenerateRequestBody()
323 bool HTTPUpload::GetFileContents(const wstring &filename, in GetFileContents() function in google_breakpad::HTTPUpload
/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp25 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in TestAsyncLoader()
/external/pdfium/samples/
Dpdfium_test.cc980 GetFileContents(filename.c_str(), &file_length); in main()
994 GetFileContents(event_filename.c_str(), &event_length); in main()