HomeSort by relevance Sort by last modified time
    Searched full:local_pipe (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/common/mac/
mock_launchd.cc 191 int local_pipe = -1; local
215 local_pipe = CFSocketGetNative(socket);
216 EXPECT_NE(-1, local_pipe);
217 if (local_pipe == -1) {
226 CFNumberCreate(NULL, kCFNumberIntType, &local_pipe));
  /external/chromium_org/ipc/
ipc_channel_posix.cc 247 int local_pipe = -1; local
250 local_pipe = channel_handle.socket.fd;
254 int value = fcntl(local_pipe, F_GETFL);
268 &local_pipe)) {
274 &local_pipe)) {
282 local_pipe = PipeMap::GetInstance()->Lookup(pipe_name_);
284 if (local_pipe != -1) {
287 local_pipe = HANDLE_EINTR(dup(local_pipe));
302 local_pipe
    [all...]
  /external/chromium_org/base/mac/
authorization_util.mm 103 FILE* local_pipe;
108 pipe_pointer = &local_pipe;
  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 904 enum pipe_id_t local_pipe = PIPEA, extend_pipe = PIPEB; local
    [all...]
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane.mm 172 FILE* local_pipe;
177 pipe_pointer = &local_pipe;

Completed in 172 milliseconds