Home
last modified time | relevance | path

Searched defs:uid (Results 1 – 10 of 10) sorted by relevance

/DragonOS/user/apps/test_cred/
H A Dmain.c13 int uid = getuid(); in main() local
/DragonOS/kernel/src/namespaces/
H A Ducount.rs43 uid: usize, field
160 uid: usize, field
/DragonOS/user/apps/user-manage/src/check/
H A Dcheck.rs359 let uid = unsafe { libc::geteuid().to_string() }; in check() localVariable
692 uid: Option<String>, field
H A Dinfo.rs6 pub uid: String, field
/DragonOS/user/apps/test-chown/src/
H A Dmain.rs20 let uid = metadata.uid(); in print_file_owner_group() localVariable
/DragonOS/kernel/src/process/
H A Dcred.rs29 pub uid: Kuid, field
/DragonOS/kernel/src/syscall/
H A Dmod.rs1000 let uid = args[1]; in handle() localVariable
1007 let uid = args[1]; in handle() localVariable
1014 let uid = args[1]; in handle() localVariable
1021 let uid = args[2]; in handle() localVariable
/DragonOS/kernel/src/ipc/
H A Dshm.rs487 uid: usize, field
609 pub fn uid(&self) -> u32 { in uid() method
629 uid: u32, field
/DragonOS/kernel/src/filesystem/vfs/
H A Dmod.rs760 pub uid: usize, field
H A Dsyscall.rs104 uid: i32, field