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

  /bionic/libc/kernel/uapi/linux/
fdreg.h 29 #define FD_DIR (7 + FD_IOPORT)
  /external/kernel-headers/original/uapi/linux/
fdreg.h 26 #define FD_DIR (7 + FD_IOPORT )
  /external/python/cpython3/Modules/
_posixsubprocess.c 45 # define FD_DIR "/dev/fd"
47 # define FD_DIR "/proc/self/fd"
105 if (stat(FD_DIR, &dev_fd_stat) != 0)
281 fd_dir_fd = _Py_open_noraise(FD_DIR, O_RDONLY);
351 proc_fd_dir = opendir(FD_DIR);

Completed in 79 milliseconds