Home
last modified time | relevance | path

Searched refs:GetFileContents (Results 1 – 13 of 13) 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/libaom/libaom/third_party/libwebm/common/
Dfile_util.h26 bool GetFileContents(const std::string& file_name, std::string* contents);
Dfile_util.cc74 bool GetFileContents(const std::string& file_name, std::string* contents) { in GetFileSize() function
/external/libvpx/libvpx/third_party/libwebm/common/
Dfile_util.h26 bool GetFileContents(const std::string& file_name, std::string* contents);
Dfile_util.cc74 bool GetFileContents(const std::string& file_name, std::string* contents) { in GetFileSize() function
/external/libchrome/mojo/public/cpp/platform/tests/
Dplatform_handle_unittest.cc87 return GetFileContents(handle); in GetObjectContents()
121 std::string GetFileContents(PlatformHandle& handle) { in GetFileContents() function in mojo::__anon173f059b0111::PlatformHandleTest
/external/pdfium/testing/
Dtest_support.cpp53 GetFileContents(full_path.c_str(), &data_length); in GetExternalData()
79 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename, in GetFileContents() function
Dtest_support.h65 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename,
Dembedder_test.cpp126 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in OpenDocumentWithOptions()
/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.cpp40 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in TestAsyncLoader()
/external/pdfium/samples/
Dpdfium_test.cc1601 GetFileContents(filename.c_str(), &file_length); in main()
1621 GetFileContents(event_filename.c_str(), &event_length); in main()