Home
last modified time | relevance | path

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

/external/pdfium/testing/
Dembedder_test.cpp36 static char* GetFileContents(const char* filename, size_t* retlen) { in GetFileContents() function
86 char* data_buffer = GetFileContents(full_path.c_str(), &data_length); in GetExternalData()
186 file_contents_ = GetFileContents(filename.c_str(), &file_length_); in OpenDocument()
/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/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/lldb/include/lldb/Interpreter/
DOptionValueFileSpec.h112 GetFileContents(bool null_terminate);
/external/lldb/source/Interpreter/
DOptionValueFileSpec.cpp147 OptionValueFileSpec::GetFileContents(bool null_terminate) in GetFileContents() function in OptionValueFileSpec
/external/pdfium/samples/
Dpdfium_test.cc52 static char* GetFileContents(const char* filename, size_t* retlen) { in GetFileContents() function
107 char* data_buffer = GetFileContents(full_path.c_str(), &data_length); in GetExternalData()
615 char* file_contents = GetFileContents(filename.c_str(), &file_length); in main()
/external/lldb/source/Target/
DTarget.cpp2728 DataBufferSP data_sp(file->GetFileContents(null_terminate)); in GetExpressionPrefixContentsAsCString()