Lines Matching defs:os_handle
2374 HANDLE os_handle = uv__get_osfhandle(file);
2381 if (os_handle == INVALID_HANDLE_VALUE)
2398 os_handle,
2400 &os_handle,
2405 assert(os_handle != INVALID_HANDLE_VALUE);
2413 nt_status = pNtQueryInformationFile(os_handle,
2435 os_handle,
2440 CloseHandle(os_handle);
2446 GetNamedPipeClientProcessId(os_handle, &pipe->pipe.conn.ipc_remote_pid);
2448 GetNamedPipeServerProcessId(os_handle, &pipe->pipe.conn.ipc_remote_pid);