Searched defs:dirfd (Results 1 – 13 of 13) sorted by relevance
/aosp12/bionic/libc/include/bits/fortify/ |
H A D | fcntl.h | 83 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 D | unistd.h | 197 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 D | faccessat.cpp | 35 int faccessat(int dirfd, const char* pathname, int mode, int flags) { in faccessat()
|
H A D | fchmodat.cpp | 39 int fchmodat(int dirfd, const char* pathname, mode_t mode, int flags) { in fchmodat()
|
H A D | dirent.cpp | 83 int dirfd(DIR* d) { in dirfd() function
|
H A D | fortify.cpp | 207 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 D | process.cpp | 38 unique_fd dirfd(open(path, O_DIRECTORY | O_RDONLY)); in GetProcessInfo() local
|
H A D | process_test.cpp | 167 android::base::unique_fd dirfd(open(tmp_dir.path, O_DIRECTORY | O_RDONLY)); in TEST() local
|
/aosp12/bionic/tests/ |
H A D | clang_fortify_tests.cpp | 247 int dirfd = 0; in FORTIFY_TEST() local
|
H A D | stdio_test.cpp | 2726 android::base::unique_fd dirfd{open(td.path, O_PATH)}; in TEST() local
|
/aosp12/hardware/google/camera/common/hal/hidl_service/ |
H A D | libc_wrappers.cc | 165 extern "C" int openat(int dirfd, const char* pathname, int flags, ...) { in openat()
|
/aosp12/system/core/debuggerd/tombstoned/ |
H A D | tombstoned.cpp | 411 static bool rename_tombstone_fd(borrowed_fd fd, borrowed_fd dirfd, const std::string& path) { in rename_tombstone_fd()
|
/aosp12/system/vold/ |
H A D | Utils.cpp | 978 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()
|