Home
last modified time | relevance | path

Searched refs:O_NOFOLLOW (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/kernel/uapi/asm-arm64/asm/
Dfcntl.h22 #define O_NOFOLLOW 0100000 macro
/bionic/libc/kernel/uapi/asm-arm/asm/
Dfcntl.h22 #define O_NOFOLLOW 0100000 macro
/bionic/libc/bionic/
Dfchmodat.cpp50 int fd = openat(dirfd, pathname, O_PATH | O_NOFOLLOW | O_CLOEXEC); in fchmodat()
Dgetentropy.cpp35 int fd = TEMP_FAILURE_RETRY(open("/dev/urandom", O_RDONLY | O_NOFOLLOW | O_CLOEXEC, 0)); in getentropy_urandom()
Dgrp_pwd_file.cpp233 int fd = open(filename_, O_CLOEXEC | O_NOFOLLOW | O_RDONLY); in DoMmap()
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h59 #ifndef O_NOFOLLOW
60 #define O_NOFOLLOW 00400000 macro
/bionic/tests/headers/posix/
Dfcntl_h.c61 MACRO(O_NOFOLLOW); in fcntl_h()
/bionic/libc/system_properties/
Dprop_area.cpp56 const int fd = open(filename, O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | O_EXCL, 0444); in map_prop_area_rw()
137 int fd = open(filename, O_CLOEXEC | O_NOFOLLOW | O_RDONLY); in map_prop_area()
/bionic/libc/malloc_debug/
DRecordData.cpp138 open(dump_file_.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_NOFOLLOW, 0755); in Dump()