Searched refs:fchmodat (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 403 int fchmodat(int fd, const wchar_t *path, int perms, int flag) { in fchmodat() function 492 using ::fchmodat;
|
| H A D | operations.cpp | 1292 if (detail::fchmodat(AT_FDCWD, p.c_str(), real_perms, flags) == -1) { in __permissions()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 162 int fchmodat(int dirfd, const char *pathname, mode_t mode, int flags);
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2789 PRE_SYSCALL(fchmodat)(long dfd, const void *filename, long mode) { 2795 POST_SYSCALL(fchmodat)(long res, long dfd, const void *filename, long mode) {}
|
| H A D | sanitizer_syscalls_netbsd.inc | 3530 PRE_SYSCALL(fchmodat) 3537 POST_SYSCALL(fchmodat)
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1667 fun:fchmodat=uninstrumented
|