Searched refs:fchownat (Results 1 – 3 of 3) sorted by relevance
/DragonOS/user/apps/test-chown/src/ |
H A D | main.rs | 3 chown, fchown, fchownat, getgrnam, getpwnam, gid_t, lchown, mount, uid_t, umount, AT_FDCWD, 32 let result = unsafe { fchownat(AT_FDCWD, c_filename.as_ptr(), new_uid, new_gid, flags) }; in test_fchownat()
|
/DragonOS/kernel/src/syscall/ |
H A D | mod.rs | 1024 Self::fchownat(dirfd, pathname, uid, gid, flag) in handle()
|
/DragonOS/kernel/src/filesystem/vfs/ |
H A D | syscall.rs | 1671 pub fn fchownat( in fchownat() method
|