Home
last modified time | relevance | path

Searched defs:pre_exec (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/std/src/os/unix/
Dprocess.rs100 unsafe fn pre_exec<F>(&mut self, f: F) -> &mut process::Command in pre_exec() method
209 unsafe fn pre_exec<F>(&mut self, f: F) -> &mut process::Command in pre_exec() method
/third_party/rust/rust/library/std/src/sys/unix/process/
Dprocess_common.rs340 pub unsafe fn pre_exec(&mut self, f: Box<dyn FnMut() -> io::Result<()> + Send + Sync>) { in pre_exec() method