Searched refs:ReadFile (Results 1 - 25 of 59) sorted by relevance

123

/external/google-breakpad/src/common/tests/
H A Dfile_utils.h44 bool ReadFile(const char* path, void* buffer, ssize_t* buffer_size);
H A Dfile_utils.cc99 bool ReadFile(const char* path, void* buffer, ssize_t* buffer_size) { function in namespace:google_breakpad
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dutils.py30 def ReadFile(filename, print_error=True): function
H A Dgmock_class.py190 source = utils.ReadFile(filename)
/external/vboot_reference/host/linktest/
H A Dmain.c32 ReadFile(0, 0);
/external/vboot_reference/host/lib/include/
H A Dhost_misc.h23 uint8_t* ReadFile(const char* filename, uint64_t* size);
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dbind_io_completion_callback.cc61 if (!ReadFile(file, buffer, sizeof(buffer), NULL, &ov) &&
/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc754 void ReadFile(MachOFile *file,
798 ReadFile(&file, false, CPU_TYPE_ANY, kCPUSubType);
817 ReadFile(&file, false, kCPUType, kCPUSubType);
827 ReadFile(&file, false, CPU_TYPE_ANY, 0);
843 ReadFile(&file, false, CPU_TYPE_ANY, kCPUSubType);
864 ReadFile(&file, false, CPU_TYPE_POWERPC, CPU_SUBTYPE_POWERPC_ALL);
881 ReadFile(&file, true, CPU_TYPE_ANY, kCPUSubType);
904 ReadFile(&file, true, CPU_TYPE_ANY, kCPUSubType);
927 ReadFile(&file, true, CPU_TYPE_ANY, kCPUSubType);
950 ReadFile(
751 void ReadFile(MachOFile *file, function in struct:ReaderFixture
[all...]
/external/vboot_reference/cgpt/
H A Dcmd_find.c37 static uint8_t *ReadFile(const char *filename, uint64_t *size) { function
118 params.matchbuf = ReadFile(optarg, &params.matchlen);
/external/vboot_reference/futility/
H A Dcmd_vbutil_firmware.c110 (VbKeyBlockHeader *) ReadFile(keyblock_file, &key_block_size);
129 fv_data = ReadFile(fv_file, &fv_size);
202 blob = ReadFile(infile, &blob_size);
209 fv_data = ReadFile(fv_file, &fv_size);
H A Dcmd_vbutil_kernel.c395 t_keyblock = (VbKeyBlockHeader *)ReadFile(keyblock_file, 0);
419 t_bootloader_data = ReadFile(bootloader_file,
429 vmlinuz_buf = ReadFile(vmlinuz_file, &vmlinuz_size);
518 (VbKeyBlockHeader *)ReadFile(keyblock_file, 0);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis_.c93 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL))
96 wpa_printf(MSG_DEBUG, "%s: ReadFile() failed: %d", __func__,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis_.c93 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL))
96 wpa_printf(MSG_DEBUG, "%s: ReadFile() failed: %d", __func__,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis_.c93 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL))
96 wpa_printf(MSG_DEBUG, "%s: ReadFile() failed: %d", __func__,
/external/vboot_reference/host/lib/
H A Dhost_misc.c27 uint8_t* ReadFile(const char* filename, uint64_t* sizeptr) { function
H A Dhost_key.c115 buffer = ReadFile(filename, &filelen);
177 key_data = ReadFile(filename, &key_size);
233 key = (VbPublicKey*)ReadFile(filename, &file_size);
H A Dhost_keyblock.c141 block = (VbKeyBlockHeader*)ReadFile(filename, &file_size);
/external/v8/samples/
H A Dshell.cc64 v8::Handle<v8::String> ReadFile(v8::Isolate* isolate, const char* name);
179 v8::Handle<v8::String> source = ReadFile(args.GetIsolate(), *file);
201 v8::Handle<v8::String> source = ReadFile(args.GetIsolate(), *file);
239 v8::Handle<v8::String> ReadFile(v8::Isolate* isolate, const char* name) { function
284 v8::Handle<v8::String> source = ReadFile(isolate, str);
H A Dlineprocessor.cc82 v8::Handle<v8::String> ReadFile(v8::Isolate* isolate, const char* name);
125 script_source = ReadFile(isolate, str);
276 v8::Handle<v8::String> ReadFile(v8::Isolate* isolate, const char* name) { function
/external/vboot_reference/tests/
H A Dverify_kernel.c74 diskbuf = ReadFile(argv[1], &disk_bytes);
/external/google-breakpad/src/processor/
H A Dmicrodump_processor_unittest.cc62 void ReadFile(const string& file_name, string* file_contents) { function in class:__anon5230::MicrodumpProcessorTest
94 ReadFile(microdump_file_path, &microdump_contents);
/external/v8/tools/
H A Djs2c.py61 def ReadFile(filename): function
347 filter_chain = [ReadFile]
350 (consts, macros) = ReadMacros(ReadFile(macro_filename))
/external/google-breakpad/src/tools/windows/dump_syms/
H A Ddump_syms_unittest.cc137 while (::ReadFile(child_stdout_read, buffer, sizeof(buffer), &bytes_read,
/external/v8/test/cctest/
H A Dtest-log.cc362 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true));
409 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true));
474 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true));
/external/google-breakpad/src/client/windows/crash_generation/
H A Dcrash_generation_server.cc365 bool success = ReadFile(pipe_,
488 bool success = ReadFile(pipe_,

Completed in 5223 milliseconds

123