Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/test/
Dtest_nmount.rs20 .str_opt(&fstype, &nullfs) in ok()
/third_party/rust/crates/nix/src/mount/
Dbsd.rs341 pub fn str_opt(&mut self, name: &'a CStr, val: &'a CStr) -> &mut Self { in str_opt() method