Home | History | Annotate | Download | only in system

Lines Matching defs:handle_

81         handle_(std::move(handle)),
83 CHECK(handle_.is_valid());
85 wait_for_connect_ = handle_.get().needs_connection;
154 handle_.get().handle, this);
157 BOOL ok = ConnectNamedPipe(handle_.get().handle,
197 // |handle_| should be valid at this point.
198 CHECK(handle_.is_valid());
199 CancelIo(handle_.get().handle);
201 ignore_result(handle_.release());
202 handle_.reset();
287 BOOL ok = ReadFile(handle_.get().handle,
304 BOOL ok = WriteFile(handle_.get().handle,
326 ScopedPlatformHandle handle_;