Searched refs:str_opt_owned (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/nix/test/ |
H A D | test_nmount.rs | 21 .str_opt_owned("fspath", mountpoint.path().to_str().unwrap()) in ok() 22 .str_opt_owned("target", target.path().to_str().unwrap()) in ok() 42 .str_opt_owned("fspath", mountpoint.path().to_str().unwrap()) in bad_fstype() 43 .str_opt_owned("target", target.path().to_str().unwrap()) in bad_fstype()
|
/third_party/rust/crates/nix/src/mount/ |
H A D | bsd.rs | 190 /// .str_opt_owned("fspath", mountpoint.path().to_str().unwrap()) 191 /// .str_opt_owned("target", target.path().to_str().unwrap()) 360 /// .str_opt_owned("fspath", mountpoint.to_str().unwrap()); 362 pub fn str_opt_owned<P1, P2>(&mut self, name: &P1, val: &P2) -> &mut Self in str_opt_owned() functions
|
Completed in 2 milliseconds