Searched defs:uid_t (Results 1 – 2 of 2) sorted by relevance
/DragonOS/user/apps/test-chown/src/ |
H A D | main.rs | 30 fn test_fchownat(filename: &str, new_uid: uid_t, new_gid: gid_t, flags: i32) -> Result<(), Error> { in test_fchownat() 41 fn test_chown(filename: &str, new_uid: uid_t, new_gid: gid_t) -> Result<(), Error> { in test_chown() 52 fn test_fchown(fd: i32, new_uid: uid_t, new_gid: gid_t) -> Result<(), Error> { in test_fchown() 61 fn test_lchown(symlink_name: &str, new_uid: uid_t, new_gid: gid_t) -> Result<(), Error> { in test_lchown()
|
/DragonOS/kernel/src/common/sys/ |
H A D | types.h | 11 typedef uint32_t uid_t; typedef
|