Searched defs:Uid (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/nix/src/ |
D | unistd.rs | 37 pub struct Uid(uid_t); struct 39 impl Uid { implementation 72 impl fmt::Display for Uid { implementation 627 fn chown_raw_ids(owner: Option<Uid>, group: Option<Gid>) -> (libc::uid_t, libc::gid_t) { in chown_raw_ids() 646 pub fn chown<P: ?Sized + NixPath>(path: &P, owner: Option<Uid>, group: Option<Gid>) -> Result<()> { in chown() 663 pub fn fchown(fd: RawFd, owner: Option<Uid>, group: Option<Gid>) -> Result<()> { in fchown() 701 owner: Option<Uid>, in fchownat() 1371 pub fn setfsuid(uid: Uid) -> Uid { in setfsuid() 2478 pub fn setresuid(ruid: Uid, euid: Uid, suid: Uid) -> Result<()> { in setresuid() 2822 pub fn getpeereid(fd: RawFd) -> Result<(Uid, Gid)> { in getpeereid()
|
/external/crosvm/sys_util/src/ |
D | lib.rs | 110 pub type Uid = libc::uid_t; typedef 190 pub fn chown(path: &CStr, uid: Uid, gid: Gid) -> Result<()> { in chown()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TarWriter.cpp | 38 char Uid[8]; member
|
/external/llvm-project/llvm/lib/Support/ |
D | TarWriter.cpp | 38 char Uid[8]; member
|
/external/llvm-project/llvm/unittests/Support/ |
D | TarWriterTest.cpp | 24 char Uid[8]; member
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VEISelLowering.cpp | 1444 unsigned Uid, MCContext &Ctx) const { in LowerCustomJumpTableEntry()
|