Home
last modified time | relevance | path

Searched defs:GetFileContents (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/third_party/libwebm/common/
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.cc74 bool GetFileContents(const std::string& file_name, std::string* contents) { in GetFileSize() function
/external/pdfium/testing/utils/
Dfile_util.cpp12 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename, in GetFileContents() function
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc153 void GetFileContents(const std::wstring& path, std::string* content) { in GetFileContents() function
/external/libchrome/mojo/public/cpp/platform/tests/
Dplatform_handle_unittest.cc121 std::string GetFileContents(PlatformHandle& handle) { in GetFileContents() function in mojo::__anon05df221d0111::PlatformHandleTest
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc323 bool HTTPUpload::GetFileContents(const wstring &filename, in GetFileContents() function in google_breakpad::HTTPUpload