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.rs525 pub fn close_on_exec(&self) -> bool { in close_on_exec() method
531 pub fn set_close_on_exec(&self, close_on_exec: bool) { in set_close_on_exec()
533 if close_on_exec { in set_close_on_exec()
757 pub fn close_on_exec(&mut self) { in close_on_exec() method
760 let to_drop = file.close_on_exec(); in close_on_exec()
H A Dsyscall.rs1168 if file.close_on_exec() { in fcntl()
/DragonOS/kernel/src/process/
H A Dsyscall.rs133 fd_table.write().close_on_exec(); in execve()