HomeSort by relevance Sort by last modified time
    Searched refs:pipe_handle (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc 289 std::string pipe_handle = base::StringPrintf( local
294 command_line.AppendSwitchASCII(kDaemonPipeSwitchName, pipe_handle);
  /external/chromium_org/remoting/host/
remoting_me2me_host.cc 374 int pipe_handle = 0; local
376 !base::StringToInt(channel_name, &pipe_handle)) {
383 base::win::ScopedHandle pipe(reinterpret_cast<HANDLE>(pipe_handle));
386 base::FileDescriptor pipe(pipe_handle, true);
    [all...]
  /external/chromium_org/mojo/public/cpp/bindings/tests/
array_unittest.cc 104 ScopedMessagePipeHandle pipe_handle = handles2[0].Pass(); local
105 EXPECT_TRUE(pipe_handle.is_valid());

Completed in 377 milliseconds