Home
last modified time | relevance | path

Searched defs:dirfd (Results 1 – 13 of 13) sorted by relevance

/aosp12/bionic/libc/include/bits/fortify/
H A Dfcntl.h83 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat()
94 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat()
129 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64()
136 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
H A Dunistd.h197 ssize_t readlinkat(int dirfd, const char* path, char* const __pass_object_size buf, size_t size) in readlinkat()
/aosp12/bionic/libc/bionic/
H A Dfaccessat.cpp35 int faccessat(int dirfd, const char* pathname, int mode, int flags) { in faccessat()
H A Dfchmodat.cpp39 int fchmodat(int dirfd, const char* pathname, mode_t mode, int flags) { in fchmodat()
H A Ddirent.cpp83 int dirfd(DIR* d) { in dirfd() function
H A Dfortify.cpp207 ssize_t __readlinkat_chk(int dirfd, const char* path, char* buf, size_t size, size_t buf_size) { in __readlinkat_chk()
/aosp12/system/libprocinfo/
H A Dprocess.cpp38 unique_fd dirfd(open(path, O_DIRECTORY | O_RDONLY)); in GetProcessInfo() local
H A Dprocess_test.cpp167 android::base::unique_fd dirfd(open(tmp_dir.path, O_DIRECTORY | O_RDONLY)); in TEST() local
/aosp12/bionic/tests/
H A Dclang_fortify_tests.cpp247 int dirfd = 0; in FORTIFY_TEST() local
H A Dstdio_test.cpp2726 android::base::unique_fd dirfd{open(td.path, O_PATH)}; in TEST() local
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dlibc_wrappers.cc165 extern "C" int openat(int dirfd, const char* pathname, int flags, ...) { in openat()
/aosp12/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp411 static bool rename_tombstone_fd(borrowed_fd fd, borrowed_fd dirfd, const std::string& path) { in rename_tombstone_fd()
/aosp12/system/vold/
H A DUtils.cpp978 int dirfd = open(path.c_str(), O_RDONLY | O_DIRECTORY | O_CLOEXEC); in GetTreeBytes() local
1159 bool Readlinkat(int dirfd, const std::string& path, std::string* result) { in Readlinkat()