Home
last modified time | relevance | path

Searched refs:fchmodat (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h403 int fchmodat(int fd, const wchar_t *path, int perms, int flag) { in fchmodat() function
492 using ::fchmodat;
H A Doperations.cpp1292 if (detail::fchmodat(AT_FDCWD, p.c_str(), real_perms, flags) == -1) { in __permissions()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c162 int fchmodat(int dirfd, const char *pathname, mode_t mode, int flags);
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2789 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 Dsanitizer_syscalls_netbsd.inc3530 PRE_SYSCALL(fchmodat)
3537 POST_SYSCALL(fchmodat)
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1667 fun:fchmodat=uninstrumented