HomeSort by relevance Sort by last modified time
    Searched refs:ReadFile (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/chromium/net/disk_cache/
file_win.cc 135 if (!ReadFile(sync_platform_file_, buffer, size, &actual, NULL))
176 if (!ReadFile(platform_file_, buffer, size, &actual, data->overlapped())) {
  /external/v8/src/
v8utils.cc 173 Vector<const char> ReadFile(const char* filename,
182 Vector<const char> ReadFile(FILE* file,
d8.h 190 Handle<String> ReadFile(const char* name);
273 static Handle<String> ReadFile(const char* name);
d8.cc 230 Handle<String> source = ReadFile(*file);
275 Handle<String> source = ReadFile(*file);
    [all...]
  /external/stlport/src/details/
fstream_win32io.cpp 149 BOOL readOk = ReadFile(oshandle, &dummy2, 0, &dummy, NULL);
398 ReadFile(_M_file_id, buf + readen, __STATIC_CAST(DWORD, chunkSize), &numberOfBytesRead, 0);
419 ReadFile(_M_file_id, (LPVOID)&peek, 1, &NumberOfBytesPeeked, 0);
438 * - report an error as we don't know if in a future call to ReadFile we won't then
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 149 BOOL readOk = ReadFile(oshandle, &dummy2, 0, &dummy, NULL);
398 ReadFile(_M_file_id, buf + readen, __STATIC_CAST(DWORD, chunkSize), &numberOfBytesRead, 0);
419 ReadFile(_M_file_id, (LPVOID)&peek, 1, &NumberOfBytesPeeked, 0);
438 * - report an error as we don't know if in a future call to ReadFile we won't then
  /external/chromium/base/test/
test_file_util_win.cc 68 ::ReadFile(file_handle, buffer, kOneMB, &bytes_read, NULL);
  /external/chromium/chrome/browser/chromeos/login/
owner_key_utils.cc 128 int data_read = file_util::ReadFile(key_file,
  /external/chromium/net/test/
test_server_win.cc 83 // Unblock the ReadFile in TestServer::WaitToStart by writing to the pipe.
113 if (!ReadFile(read_fd, buffer + bytes_read, bytes_max - bytes_read,
115 PLOG(ERROR) << "ReadFile failed";
119 LOG(ERROR) << "ReadFile returned invalid byte count: " << num_bytes;
  /external/v8/test/cctest/
test-log.cc 130 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true));
390 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true));
433 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true));
506 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true));
  /external/v8/tools/
js2c.py 62 def ReadFile(filename):
325 lines = ReadFile(filename)
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 203 ReadFile(infile, &a, 1, &got, NULL);
209 ReadFile(infile, &b, 1, &got, NULL);
224 ReadFile(infile, &marker, 1, &got, NULL);
249 ReadFile(infile, &lh, 1, &got, NULL);
250 ReadFile(infile, &ll, 1, &got, NULL);
272 ReadFile(infile, Data+2, itemlen-2, &got, NULL);
501 ReadFile(fIn, pBuf->pBuffer, lBuffUsed, &nRead, NULL);
    [all...]
  /external/chromium/base/
file_util.cc 392 int ReadFile(const std::wstring& filename, char* data, int size) {
393 return ReadFile(FilePath::FromWStringHack(filename), data, size);
platform_file_win.cc 125 if (::ReadFile(file, data, size, &bytes_read, &overlapped) != 0)
file_util.h 360 BASE_API int ReadFile(const FilePath& filename, char* data, int size);
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 15 * thread that blocks on ReadFile() whenever the media status is connected.
164 wpa_printf(MSG_MSGDUMP, "l2_packet_rx_thread: -> ReadFile");
165 if (!ReadFile(driver_ndis_get_ndisuio_handle(), l2->rx_buf,
168 wpa_printf(MSG_DEBUG, "l2_packet_rx_thread: ReadFile failed: "
171 * ReadFile on NDISUIO/WinCE returns ERROR_DEVICE_NOT_CONNECTED
216 * ERROR_DEVICE_NOT_CONNECTED whenever ReadFile() is attempted while
218 * local event to allow ReadFile calls only after having received NDIS
254 if (!ReadFile(driver_ndis_get_ndisuio_handle(), l2->rx_buf,
259 wpa_printf(MSG_DEBUG, "L2(NDISUIO): ReadFile failed: "
268 wpa_printf(MSG_DEBUG, "L2(NDISUIO): ReadFile returned data
    [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
tokenize.py 277 source = utils.ReadFile(filename)
  /external/qemu/android/utils/
mapfile.c 115 if (ReadFile(handle, buf, nbyte, &read_bytes, NULL)) {
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 115 if (ReadFile(handle, buf, nbyte, &read_bytes, NULL)) {
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 251 if (!ReadFile(context->hidden.win32io.h,context->hidden.win32io.buffer.data,READAHEAD_BUFFER_SIZE,&byte_read,NULL)) {
261 if (!ReadFile(context->hidden.win32io.h,ptr,total_need,&byte_read,NULL)) {
  /external/v8/samples/
process.cc 549 Handle<String> ReadFile(const string& name) {
608 Handle<String> source = ReadFile(file);
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 617 if (!ReadFile(ctrl->pipe, reply, *reply_len, &readlen, NULL))
628 if (!ReadFile(ctrl->pipe, reply, *reply_len, &len, NULL))
  /external/chromium/net/base/
file_stream_win.cc 240 if (!ReadFile(file_, buf, buf_len, &bytes_read, overlapped)) {
248 LOG(WARNING) << "ReadFile failed: " << error;
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 205 if (!ReadFile(child_stdout_, buffer, sizeof(buffer), &n, NULL)) {
  /external/qemu/block/
raw-win32.c 121 ret = ReadFile(s->hfile, buf, count, &ret_count, &ov);

Completed in 591 milliseconds

12 3 4