/external/chromium_org/chrome/browser/storage_monitor/ |
volume_mount_watcher_win.cc | 247 DWORD bytes_returned = 0; // Unused, but necessary for ioctl's. local 254 NULL, 0, NULL, 0, &bytes_returned, NULL); 284 NULL, 0, NULL, 0, &bytes_returned, NULL); 291 NULL, 0, NULL, 0, &bytes_returned, NULL); 302 NULL, 0, &bytes_returned, NULL)) { 311 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/net/socket/ |
tcp_client_socket_win.cc | 699 DWORD bytes_returned = 0xABAB; local 702 &bytes_returned, NULL, NULL);
|
/external/chromium_org/net/socket/ |
tcp_socket_win.cc | 85 DWORD bytes_returned = 0xABAB; local 88 &bytes_returned, NULL, NULL);
|