Searched refs:GetFileContents (Results 1 – 13 of 13) sorted by relevance
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 153 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/ |
D | file_util.h | 26 bool GetFileContents(const std::string& file_name, std::string* contents);
|
D | file_util.cc | 74 bool GetFileContents(const std::string& file_name, std::string* contents) { in GetFileSize() function
|
/external/libvpx/libvpx/third_party/libwebm/common/ |
D | file_util.h | 26 bool GetFileContents(const std::string& file_name, std::string* contents);
|
D | file_util.cc | 74 bool GetFileContents(const std::string& file_name, std::string* contents) { in GetFileSize() function
|
/external/libchrome/mojo/public/cpp/platform/tests/ |
D | platform_handle_unittest.cc | 87 return GetFileContents(handle); in GetObjectContents() 121 std::string GetFileContents(PlatformHandle& handle) { in GetFileContents() function in mojo::__anon173f059b0111::PlatformHandleTest
|
/external/pdfium/testing/ |
D | test_support.cpp | 53 GetFileContents(full_path.c_str(), &data_length); in GetExternalData() 79 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename, in GetFileContents() function
|
D | test_support.h | 65 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename,
|
D | embedder_test.cpp | 126 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in OpenDocumentWithOptions()
|
/external/google-breakpad/src/common/windows/ |
D | http_upload.h | 101 static bool GetFileContents(const wstring &filename, vector<char> *contents);
|
D | http_upload.cc | 276 if (!GetFileContents(upload_file, &contents)) { in GenerateRequestBody() 323 bool HTTPUpload::GetFileContents(const wstring &filename, in GetFileContents() function in google_breakpad::HTTPUpload
|
/external/pdfium/fpdfsdk/ |
D | fpdf_dataavail_embeddertest.cpp | 40 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in TestAsyncLoader()
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 1601 GetFileContents(filename.c_str(), &file_length); in main() 1621 GetFileContents(event_filename.c_str(), &event_length); in main()
|