Home
last modified time | relevance | path

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

/external/pdfium/testing/utils/
Dfile_util.cpp12 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename, in GetFileContents() function
45 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in FileAccessForTesting()
Dfile_util.h17 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename,
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dgrpc_tls_certificate_provider_test.cc166 root_cert_ = GetFileContents(CA_CERT_PATH); in SetUp()
167 cert_chain_ = GetFileContents(SERVER_CERT_PATH); in SetUp()
168 private_key_ = GetFileContents(SERVER_KEY_PATH); in SetUp()
169 root_cert_2_ = GetFileContents(CA_CERT_PATH_2); in SetUp()
170 cert_chain_2_ = GetFileContents(SERVER_CERT_PATH_2); in SetUp()
171 private_key_2_ = GetFileContents(SERVER_KEY_PATH_2); in SetUp()
Dgrpc_tls_credentials_options_test.cc49 root_cert_ = GetFileContents(CA_CERT_PATH); in SetUp()
50 cert_chain_ = GetFileContents(SERVER_CERT_PATH); in SetUp()
51 private_key_ = GetFileContents(SERVER_KEY_PATH); in SetUp()
52 root_cert_2_ = GetFileContents(CA_CERT_PATH_2); in SetUp()
53 cert_chain_2_ = GetFileContents(SERVER_CERT_PATH_2); in SetUp()
54 private_key_2_ = GetFileContents(SERVER_KEY_PATH_2); in SetUp()
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc156 void GetFileContents(const std::wstring& path, std::string* content) { in GetFileContents() function
207 ASSERT_NO_FATAL_FAILURE(GetFileContents(sym_path, &expected_symbols)); in TEST_P()
227 ASSERT_NO_FATAL_FAILURE(GetFileContents(sym_path, &expected_symbols)); in TEST_P()
/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/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/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/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::__anon17e2c3f90111::PlatformHandleTest
/external/skia/infra/bots/task_drivers/g3_canary/
Dg3_canary.go96 if _, err := gcsClient.GetFileContents(ctx, taskFileName); err != nil {
167 contents, err := gcsClient.GetFileContents(ctx, taskFileName)
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueFileSpec.h73 const lldb::DataBufferSP &GetFileContents();
/external/pdfium/testing/
Dv8_initializer.cpp47 GetFileContents(full_path.c_str(), &data_length); in GetExternalData()
Dembedder_test.cpp148 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in OpenDocumentWithOptions()
/external/llvm-project/lldb/source/Interpreter/
DOptionValueFileSpec.cpp101 const lldb::DataBufferSP &OptionValueFileSpec::GetFileContents() { in GetFileContents() function in OptionValueFileSpec
/external/google-breakpad/src/common/windows/
Dhttp_upload.cc110 bool GetFileContents(const wstring &filename, vector<char> *contents) { in GetFileContents() function
381 if (!GetFileContents(filename, &contents)) { in AppendFileToRequestBody()
/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp41 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in TestAsyncLoader()
Dfpdf_view_embeddertest.cpp418 auto file_contents = GetFileContents(pdf_path.c_str(), &pdf_length); in TEST_F()
1063 GetFileContents(file_path.c_str(), &file_length); in TEST_F()
/external/pdfium/samples/
Dpdfium_test.cc1143 GetFileContents(filename.c_str(), &file_length); in main()
1163 GetFileContents(event_filename.c_str(), &event_length); in main()
/external/libwebm/
Dmkvmuxer_sample.cc498 if (!libwebm::GetFileContents(projection_file, &contents) || in main()
/external/llvm-project/lldb/source/Target/
DTarget.cpp4077 DataBufferSP data_sp(file->GetFileContents()); in GetExpressionPrefixContents()