Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
Dcommand.rs449 pub fn arg0<S: AsRef<OsStr>>(&mut self, arg: S) -> &mut PtyCommand { in arg0() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
Dcommand.rs544 pub fn arg0<S: AsRef<OsStr>>(&mut self, arg: S) -> &mut Command { in arg0() method