/external/chromium_org/chrome/utility/image_writer/ |
image_writer_win.cc | 33 DWORD bytes_returned; local 43 &bytes_returned, // Number of bytes returned. 79 DWORD bytes_returned; local 88 &bytes_returned, // the actual number of bytes returned. 139 &bytes_returned, 165 &bytes_returned, 179 &bytes_returned,
|
/external/chromium_org/components/metrics/ |
machine_id_provider_win.cc | 61 DWORD bytes_returned; local 69 &bytes_returned, 83 &bytes_returned,
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
removable_storage_provider_win.cc | 78 DWORD bytes_returned; local 86 &bytes_returned, // Must be non-null. If overlapped is null, 112 &bytes_returned, // Number of bytes returned. 140 &bytes_returned, // Number of bytes returned.
|
/external/chromium_org/chrome_elf/blacklist/ |
blacklist_interceptions.cc | 98 SIZE_T bytes_returned; local 101 &bytes_returned); 103 if (!NT_SUCCESS(ret) || sizeof(basic_info) != bytes_returned)
|
/external/chromium_org/components/storage_monitor/ |
volume_mount_watcher_win.cc | 250 DWORD bytes_returned = 0; // Unused, but necessary for ioctl's. local 257 NULL, 0, NULL, 0, &bytes_returned, NULL); 287 NULL, 0, NULL, 0, &bytes_returned, NULL); 294 NULL, 0, NULL, 0, &bytes_returned, NULL); 305 NULL, 0, &bytes_returned, NULL)) { 314 NULL, 0, NULL, 0, &bytes_returned, NULL)) {
|
/external/chromium_org/sandbox/win/src/ |
sandbox_nt_util.cc | 270 ULONG bytes_returned; local 274 &bytes_returned); 275 if (!NT_SUCCESS(ret) || sizeof(proc_info) != bytes_returned) 316 SIZE_T bytes_returned; local 318 sizeof(basic_info), &bytes_returned); 322 if (!NT_SUCCESS(ret) || sizeof(basic_info) != bytes_returned)
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
sub_proc.c | 420 DWORD bytes_returned; local 452 &bytes_returned, 0) == FALSE || bytes_returned < 2) { 467 buf[bytes_returned] = 0;
|
/external/chromium_org/net/socket/ |
tcp_socket_win.cc | 88 DWORD bytes_returned = 0xABAB; local 91 &bytes_returned, NULL, NULL); [all...] |