Home
last modified time | relevance | path

Searched refs:close_on_exec (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs537 pub fn close_on_exec(&self) -> bool { in close_on_exec() method
543 pub fn set_close_on_exec(&self, close_on_exec: bool) { in set_close_on_exec()
545 if close_on_exec { in set_close_on_exec()
772 pub fn close_on_exec(&mut self) { in close_on_exec() method
775 let to_drop = file.close_on_exec(); in close_on_exec()
H A Dsyscall.rs1192 if file.close_on_exec() { in fcntl()
/DragonOS/kernel/src/process/
H A Dsyscall.rs133 fd_table.write().close_on_exec(); in execve()