/external/pdfium/testing/utils/ |
D | file_util.cpp | 12 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()
|
D | file_util.h | 17 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename,
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | grpc_tls_certificate_provider_test.cc | 166 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()
|
D | grpc_tls_credentials_options_test.cc | 49 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/ |
D | dump_syms_unittest.cc | 156 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/ |
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/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/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/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::__anon17e2c3f90111::PlatformHandleTest
|
/external/skia/infra/bots/task_drivers/g3_canary/ |
D | g3_canary.go | 96 if _, err := gcsClient.GetFileContents(ctx, taskFileName); err != nil { 167 contents, err := gcsClient.GetFileContents(ctx, taskFileName)
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionValueFileSpec.h | 73 const lldb::DataBufferSP &GetFileContents();
|
/external/pdfium/testing/ |
D | v8_initializer.cpp | 47 GetFileContents(full_path.c_str(), &data_length); in GetExternalData()
|
D | embedder_test.cpp | 148 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in OpenDocumentWithOptions()
|
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueFileSpec.cpp | 101 const lldb::DataBufferSP &OptionValueFileSpec::GetFileContents() { in GetFileContents() function in OptionValueFileSpec
|
/external/google-breakpad/src/common/windows/ |
D | http_upload.cc | 110 bool GetFileContents(const wstring &filename, vector<char> *contents) { in GetFileContents() function 381 if (!GetFileContents(filename, &contents)) { in AppendFileToRequestBody()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_dataavail_embeddertest.cpp | 41 file_contents_ = GetFileContents(file_path.c_str(), &file_length_); in TestAsyncLoader()
|
D | fpdf_view_embeddertest.cpp | 418 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/ |
D | pdfium_test.cc | 1143 GetFileContents(filename.c_str(), &file_length); in main() 1163 GetFileContents(event_filename.c_str(), &event_length); in main()
|
/external/libwebm/ |
D | mkvmuxer_sample.cc | 498 if (!libwebm::GetFileContents(projection_file, &contents) || in main()
|
/external/llvm-project/lldb/source/Target/ |
D | Target.cpp | 4077 DataBufferSP data_sp(file->GetFileContents()); in GetExpressionPrefixContents()
|