HomeSort by relevance Sort by last modified time
    Searched defs:ReadFile (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/google-breakpad/src/testing/scripts/generator/cpp/
utils.py 30 def ReadFile(filename, print_error=True):
  /external/googletest/googlemock/scripts/generator/cpp/
utils.py 30 def ReadFile(filename, print_error=True):
  /external/v8/testing/gmock/scripts/generator/cpp/
utils.py 30 def ReadFile(filename, print_error=True):
  /test/vts/drivers/libdrivercomm/
VtsDriverFileUtil.cpp 28 string ReadFile(const string& file_path) {
  /external/vboot_reference/cgpt/
cmd_find.c 37 static uint8_t *ReadFile(const char *filename, uint64_t *size) {
118 params.matchbuf = ReadFile(optarg, &params.matchlen);
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
jsoncheckertest.cpp 21 static char* ReadFile(const char* filename, size_t& length) {
63 char* json = ReadFile(filename, length);
84 char* json = ReadFile(filename, length);
encodedstreamtest.cpp 30 json_ = ReadFile("utf8.json", true, &length_);
61 static char *ReadFile(const char* filename, bool appendPath, size_t* outLength) {
103 char* data = ReadFile(filename, true, &size);
143 char* data = ReadFile(filename, true, &size);
231 char* actualBuffer = ReadFile(filename, false, &actualLength);
232 char* expectedBuffer = ReadFile(expectedFilename, true, &expectedLength);
241 char* expectedBuffer = ReadFile(expectedFilename, true, &expectedLength);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.h 45 EFI_SHELL_READ_FILE ReadFile;
  /external/google-breakpad/src/common/tests/
file_utils.cc 99 bool ReadFile(const char* path, void* buffer, ssize_t* buffer_size) {
  /external/google-breakpad/src/processor/
microdump_processor_unittest.cc 62 void ReadFile(const string& file_name, string* file_contents) {
94 ReadFile(microdump_file_path, &microdump_contents);
  /external/protobuf/benchmarks/
generate_datasets.cc 98 std::string ReadFile(const std::string& name) {
110 ReadFile("google_message1.dat"));
112 ReadFile("google_message1.dat"));
116 ReadFile("google_message2.dat"));
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 366 sub ReadFile {
551 $ProgramsTable = ReadFile "report.nightly.csv";
587 my $All = (ReadFile "$Prefix-Tests.txt");
740 $ConfigureLogData = ReadFile $ConfigureLog;
741 $BuildLogData = ReadFile $BuildLog;
742 $CheckoutLogData = ReadFile $COLog;
  /external/vboot_reference/host/lib/
host_misc.c 27 uint8_t* ReadFile(const char* filename, uint64_t* sizeptr) {
  /prebuilts/go/darwin-x86/src/io/ioutil/
ioutil.go 45 // ReadFile reads the file named by filename and returns the contents.
46 // A successful call returns err == nil, not err == EOF. Because ReadFile
49 func ReadFile(filename string) ([]byte, error) {
  /prebuilts/go/linux-x86/src/io/ioutil/
ioutil.go 45 // ReadFile reads the file named by filename and returns the contents.
46 // A successful call returns err == nil, not err == EOF. Because ReadFile
49 func ReadFile(filename string) ([]byte, error) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
io.cc 69 bool ReadFile(const std::string& input_file_name,
  /test/vts/utils/python/archive/
archive_parser.py 96 self.ReadFile()
98 def ReadFile(self):
  /external/bsdiff/
test_utils.cc 65 bool ReadFile(const string& path, vector<uint8_t>* out) {
105 if (!ReadFile(filename, &contents))
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer_test.py 33 def ReadFile(self, path, **_kwargs):
  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 56 static void ReadFile(const char* path, String8& s) {
78 ReadFile("/proc/self/maps", maps);
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.S 98 call ReadFile
113 call ReadFile
127 # ReadFile
137 ReadFile:
    [all...]
start16.S 99 call ReadFile
114 call ReadFile
128 # ReadFile
138 ReadFile:
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume/
FirmwareVolume.h 155 from BS pool by ReadFile
202 from BS pool by ReadFile
289 FV_READ_FILE ReadFile;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FirmwareVolume.h 139 buffer is allocated from BS pool by ReadFile.
188 buffer is allocated from BS pool by ReadFile.
315 FRAMEWORK_EFI_FV_READ_FILE ReadFile;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ftp4.h 366 The ReadFile() function is used to initialize and start an FTPv4 download process
514 EFI_FTP4_READ_FILE ReadFile;

Completed in 721 milliseconds

1 2 3