Home
last modified time | relevance | path

Searched defs:chown (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/fs/vfs/operation/
Dvfs_other.c271 int chown(const char *pathname, uid_t owner, gid_t group) in chown() function
/kernel/linux/linux-5.10/fs/
Dopen.c722 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/
Dnolibc.h1831 int chown(const char *path, uid_t owner, gid_t group) in chown() function