Home
last modified time | relevance | path

Searched refs:fchmodat (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/syscall/
H A Dmod.rs1067 Self::fchmodat(dirfd, pathname, mode) in handle()
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs1623 pub fn fchmodat(dirfd: i32, pathname: *const u8, mode: u32) -> Result<usize, SystemError> { in fchmodat() method