Home
last modified time | relevance | path

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

/DragonOS/kernel/src/syscall/
H A Dmod.rs1002 Self::fchmod(fd, mode) in handle()
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs1607 pub fn fchmod(fd: i32, mode: u32) -> Result<usize, SystemError> { in fchmod() method