Home
last modified time | relevance | path

Searched refs:AT_FDCWD (Results 1 – 8 of 8) sorted by relevance

/third_party/ulib/musl/src/stat/
A Dlchmod.c6 return fchmodat(AT_FDCWD, path, mode, AT_SYMLINK_NOFOLLOW); in lchmod()
/third_party/ulib/musl/src/linux/
A Dutimes.c7 return __futimesat(AT_FDCWD, path, times); in utimes()
/third_party/ulib/musl/src/legacy/
A Deuidaccess.c7 return faccessat(AT_FDCWD, filename, amode, AT_EACCESS); in euidaccess()
A Dlutimes.c12 return utimensat(AT_FDCWD, filename, times, AT_SYMLINK_NOFOLLOW); in lutimes()
/third_party/ulib/musl/src/time/
A Dutime.c8 AT_FDCWD, path, in utime()
/third_party/ulib/musl/include/
A Dfcntl.h110 #define AT_FDCWD (-100) macro
/third_party/uapp/dash/src/bltin/
A Dtest.c520 return !faccessat(AT_FDCWD, path, mode, AT_EACCESS); in test_file_access()
A Dzircon.c441 if (zxc_rm_recursive(AT_FDCWD, argv[0], force)) { in zxc_rm()

Completed in 11 milliseconds