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

  /external/chromium_org/ppapi/proxy/
ppb_buffer_proxy.cc 135 int local_fd; local
136 if (trusted_buffer.object()->GetSharedMemory(&local_fd) != PP_OK)
145 reinterpret_cast<HANDLE>(static_cast<intptr_t>(local_fd));
147 local_fd;
ppb_image_data_proxy.cc 596 int local_fd = 0; local
597 if (enter_resource.object()->GetSharedMemory(&local_fd,
605 reinterpret_cast<HANDLE>(static_cast<intptr_t>(local_fd)), false);
607 *image_handle = dispatcher->ShareHandleWithRemote(local_fd, false);
  /external/ppp/pppd/
sys-linux.c 1965 int local_fd; local
    [all...]

Completed in 474 milliseconds