Searched refs:str_opt_owned (Results 1 – 2 of 2) sorted by relevance
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()
362 pub fn str_opt_owned<P1, P2>(&mut self, name: &P1, val: &P2) -> &mut Self in str_opt_owned() method