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

/external/minijail/
H A Dlibminijail.c1894 int close_open_fds(int *inheritable_fds, size_t size) argument
1918 if (fd == inheritable_fds[i]) {
2219 int inheritable_fds[kMaxInheritableFdsSize]; local
2222 inheritable_fds[size++] = pipe_fds[0];
2223 inheritable_fds[size++] = pipe_fds[1];
2226 inheritable_fds[size++] = child_sync_pipe_fds[0];
2227 inheritable_fds[size++] = child_sync_pipe_fds[1];
2230 inheritable_fds[size++] = stdin_fds[0];
2231 inheritable_fds[size++] = stdin_fds[1];
2234 inheritable_fds[siz
[all...]

Completed in 59 milliseconds