Searched defs:chown (Results 1 – 3 of 3) sorted by relevance
/kernel/liteos_a/fs/vfs/operation/ |
D | vfs_other.c | 271 int chown(const char *pathname, uid_t owner, gid_t group) in chown() function
|
/kernel/linux/linux-5.10/fs/ |
D | open.c | 722 SYSCALL_DEFINE3(chown, const char __user *, filename, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
D | nolibc.h | 1831 int chown(const char *path, uid_t owner, gid_t group) in chown() function
|