Home
last modified time | relevance | path

Searched refs:SYS_chmod (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/stat/
Dchmod.c7 #ifdef SYS_chmod in chmod()
8 return syscall(SYS_chmod, path, mode); in chmod()
Dfchmod.c14 #ifdef SYS_chmod in fchmod()
15 return syscall(SYS_chmod, buf, mode); in fchmod()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h434 #define SYS_chmod 15 macro