Searched refs:GetFileContents (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/testing/ |
D | embedder_test.cpp | 36 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/ |
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/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/lldb/include/lldb/Interpreter/ |
D | OptionValueFileSpec.h | 112 GetFileContents(bool null_terminate);
|
/external/lldb/source/Interpreter/ |
D | OptionValueFileSpec.cpp | 147 OptionValueFileSpec::GetFileContents(bool null_terminate) in GetFileContents() function in OptionValueFileSpec
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 52 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/ |
D | Target.cpp | 2728 DataBufferSP data_sp(file->GetFileContents(null_terminate)); in GetExpressionPrefixContentsAsCString()
|