HomeSort by relevance Sort by last modified time
    Searched refs:GetFileContents (Results 1 - 15 of 15) sorted by null

  /system/tools/aidl/
io_delegate.h 45 virtual std::unique_ptr<std::string> GetFileContents(
io_delegate.cpp 83 unique_ptr<string> IoDelegate::GetFileContents(
aidl_language.cpp 263 unique_ptr<string> new_buffer = io_delegate_.GetFileContents(filename);
  /external/google-breakpad/src/common/windows/
http_upload.h 101 static bool GetFileContents(const wstring &filename, vector<char> *contents);
http_upload.cc 276 if (!GetFileContents(upload_file, &contents)) {
323 bool HTTPUpload::GetFileContents(const wstring &filename,
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 153 void GetFileContents(const std::wstring& path, std::string* content) {
190 ASSERT_NO_FATAL_FAILURE(GetFileContents(sym_path, &expected_symbols));
  /external/pdfium/testing/
test_support.h 65 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename,
test_support.cpp 53 GetFileContents(full_path.c_str(), &data_length);
79 std::unique_ptr<char, pdfium::FreeDeleter> GetFileContents(const char* filename,
embedder_test.cpp 126 file_contents_ = GetFileContents(file_path.c_str(), &file_length_);
  /system/tools/aidl/tests/
fake_io_delegate.h 40 std::unique_ptr<std::string> GetFileContents(
fake_io_delegate.cpp 42 unique_ptr<string> FakeIoDelegate::GetFileContents(
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.h 93 GetFileContents (
TianoCompress.c 1583 GetFileContents (
    [all...]
  /external/pdfium/fpdfsdk/
fpdf_dataavail_embeddertest.cpp 40 file_contents_ = GetFileContents(file_path.c_str(), &file_length_);
  /external/pdfium/samples/
pdfium_test.cc     [all...]

Completed in 201 milliseconds