Lines Matching refs:HANDLE
49 // If the caller wants the process handle, we won't close it.
79 // Writes |size| bytes to |handle| and sets |*unblocked| to true.
81 void UnblockPipe(HANDLE handle, DWORD size, bool* unblocked) {
88 CHECK(WriteFile(handle, unblock_data.data(), size, &bytes_written,
94 // Given a file handle, reads into |buffer| until |bytes_max| bytes
97 bool ReadData(HANDLE read_fd, HANDLE write_fd,
153 HANDLE child_read = NULL;
154 HANDLE child_write = NULL;
169 // Pass the handle on the command-line. Although HANDLE is a
174 // interoperability. When sharing a handle between 32-bit and 64-bit
176 // safe to truncate the handle (when passing it from 64-bit to
177 // 32-bit) or sign-extend the handle (when passing it from 32-bit to