Home
last modified time | relevance | path

Searched refs:translate_fchown_args (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/process/
Dmod.rs85 pub(crate) use id::translate_fchown_args;
Did.rs313 pub(crate) fn translate_fchown_args(owner: Option<Uid>, group: Option<Gid>) -> (u32, u32) { in translate_fchown_args() function
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs742 let (ow, gr) = crate::process::translate_fchown_args(owner, group); in chownat()
940 let (ow, gr) = crate::process::translate_fchown_args(owner, group); in fchown()
948 let (ow, gr) = crate::process::translate_fchown_args(owner, group); in fchown()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs157 let (ow, gr) = crate::process::translate_fchown_args(owner, group); in chownat()
172 let (ow, gr) = crate::process::translate_fchown_args(owner, group); in fchown()