Home
last modified time | relevance | path

Searched refs:str_opt_owned (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/nix/test/
Dtest_nmount.rs21 .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/
Dbsd.rs362 pub fn str_opt_owned<P1, P2>(&mut self, name: &P1, val: &P2) -> &mut Self in str_opt_owned() method