Searched refs:SysChown (Results 1 – 3 of 3) sorted by relevance
/kernel/liteos_a/syscall/ |
D | syscall_lookup.h | 187 SYSCALL_HAND_DEF(__NR_chown, SysChown, int, ARG_NUM_3) 188 SYSCALL_HAND_DEF(__NR_chown32, SysChown, int, ARG_NUM_3)
|
D | los_syscall.h | 243 extern int SysChown(const char *pathname, uid_t owner, gid_t group);
|
D | fs_syscall.c | 2368 int SysChown(const char *pathname, uid_t owner, gid_t group) in SysChown() function
|