Home
last modified time | relevance | path

Searched refs:SYS_chown (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/unistd/
Dchown.c7 #ifdef SYS_chown in chown()
8 return syscall(SYS_chown, path, uid, gid); in chown()
Dfchown.c14 #ifdef SYS_chown in fchown()
15 return syscall(SYS_chown, buf, uid, gid); in fchown()
/third_party/musl/src/internal/
Dsyscall.h87 #undef SYS_chown
106 #define SYS_chown SYS_chown32 macro
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h87 #undef SYS_chown
106 #define SYS_chown SYS_chown32 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsyscall.h545 #define SYS_chown 182 macro