Searched refs:pipe_handle_ (Results 1 – 4 of 4) sorted by relevance
33 pipe_handle_(PlatformFileToInt(base::SyncSocket::kInvalidHandle)), in PPB_Broker_Impl()45 pipe_handle_ = PlatformFileToInt(base::SyncSocket::kInvalidHandle); in ~PPB_Broker_Impl()97 if (pipe_handle_ == PlatformFileToInt(base::SyncSocket::kInvalidHandle)) in GetHandle()99 *handle = pipe_handle_; in GetHandle()111 DCHECK(pipe_handle_ == PlatformFileToInt(base::SyncSocket::kInvalidHandle)); in BrokerConnected()115 pipe_handle_ = handle; in BrokerConnected()
68 int32_t pipe_handle_; variable
420 if (::ReadFile(pipe_handle_, in ListenPipe()468 CloseHandle(pipe_handle_); in ListenPipe()544 pipe_handle_ = ::CreateNamedPipe(log_pipe, in SpawnTarget()553 if (INVALID_HANDLE_VALUE == pipe_handle_) in SpawnTarget()556 if (!sandbox::AddKnownSidToObject(pipe_handle_, SE_KERNEL_OBJECT, in SpawnTarget()
189 HANDLE pipe_handle_; variable