Searched defs:proc_self_fd (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/services/
H A Dproc_util.cc43 int proc_self_fd = HANDLE_EINTR( local
45 PCHECK(0 <= proc_self_fd);
47 // Ownership of proc_self_fd is transferred here, it must not be closed
49 ScopedDIR dir(fdopendir(proc_self_fd));
62 if (fd_num == proc_fd || fd_num == proc_self_fd) {
73 int proc_self_fd = local
76 PCHECK(0 <= proc_self_fd);
78 // Ownership of proc_self_fd is transferred here, it must not be closed
80 ScopedDIR dir(fdopendir(proc_self_fd));
92 if (fd_num == proc_fd || fd_num == proc_self_fd) {
[all...]

Completed in 160 milliseconds