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

  /external/chromium/base/
file_descriptor_shuffle.cc 25 int temp_fd = -1; local
37 if (temp_fd == -1) {
38 if (!delegate->Duplicate(&temp_fd, i->dest))
41 extra_fds[next_extra_fd++] = temp_fd;
48 j->source = temp_fd;
  /external/chromium_org/base/posix/
file_descriptor_shuffle.cc 25 int temp_fd = -1; local
37 if (temp_fd == -1) {
38 if (!delegate->Duplicate(&temp_fd, i->dest))
41 extra_fds[next_extra_fd++] = temp_fd;
48 j->source = temp_fd;
  /ndk/sources/host-tools/make-3.81/
job.c 2780 int temp_fd; local
    [all...]

Completed in 1032 milliseconds