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

1234

/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
/external/opencv3/modules/videoio/perf/
H A Dperf_input.cpp17 PERF_TEST_P(VideoCapture_Reading, ReadFile, testing::Values( "highgui/video/big_buck_bunny.avi",
23 PERF_TEST_P(VideoCapture_Reading, ReadFile, testing::Values( "highgui/video/big_buck_bunny.avi",
/external/vboot_reference/host/linktest/
H A Dmain.c32 ReadFile(0, 0);
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
H A Dandroid_command_line_backend_unittest.py75 device.ReadFile(cmd_file).strip())
79 device.ReadFile(cmd_file).strip())
81 device.ReadFile(cmd_file).strip())
102 device.ReadFile(cmd_file).strip())
H A Dandroid_command_line_backend.py102 return self._device.ReadFile(self.command_line_file, as_root=True)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
H A Dandroid_temperature_monitor.py45 contents = self._device.ReadFile(_TEMPERATURE_FILE)
48 logging.warning('String returned from device.ReadFile(_TEMPERATURE_FILE) '
/external/vboot_reference/host/lib/include/
H A Dhost_misc.h23 uint8_t* ReadFile(const char* filename, uint64_t* size);
/external/v8/third_party/binutils/
H A Ddownload.py29 def ReadFile(filename): function
64 checksum = ReadFile(sha1file)
70 checksum == ReadFile(stampfile)):
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dbind_io_completion_callback.cc61 if (!ReadFile(file, buffer, sizeof(buffer), NULL, &ov) &&
/external/libchrome/base/
H A DPRESUBMIT.py21 contents = input_api.ReadFile(f)
/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/chromium-trace/catapult/devil/devil/android/
H A Dflag_changer.py38 stored_flags = self._device.ReadFile(self._cmdline_file).strip()
125 file_contents = self._device.ReadFile(
/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/bsdiff/
H A Dtest_utils.h23 bool ReadFile(const std::string& path, std::vector<uint8_t>* out);
H A Dtest_utils.cc54 bool ReadFile(const string& path, vector<uint8_t>* out) { function in namespace:test_utils
94 if (!ReadFile(filename, &contents))
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dwin32.py97 ReadFile = _stdcall_libraries['kernel32'].ReadFile variable
98 ReadFile.restype = BOOL
99 ReadFile.argtypes = [HANDLE, LPVOID, DWORD, LPDWORD, LPOVERLAPPED]
309 'EV_BREAK', 'EVENPARITY', 'LPCVOID', 'COMSTAT', 'ReadFile',
/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);
/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/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/
H A Dandroid_forwarder.py37 for line in self._device.ReadFile('/proc/net/tcp', as_root=True,
/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);

Completed in 528 milliseconds

1234