Searched refs:O_PATH (Results 1 - 2 of 2) sorted by relevance

/lxc/hooks/
H A Dunmount-namespace.c48 #ifndef O_PATH
49 #define O_PATH 010000000 macro
192 procfd = open("/proc", O_RDONLY | O_DIRECTORY | O_PATH);
/lxc/src/lxc/
H A Dutils.c75 #ifndef O_PATH
76 #define O_PATH 010000000 macro
1585 try opening with O_PATH */
1586 newfd = openat(dirfd, nextpath, O_PATH | O_NOFOLLOW);
1588 /* O_PATH will return an fd for symlinks. We know

Completed in 18 milliseconds