Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/mount/
Dbsd.rs216 fn push_slice(&mut self, val: &'a [u8], is_owned: bool) { in push_slice() method
282 self.push_slice(name.to_bytes_with_nul(), false); in mut_ptr_opt()
299 self.push_slice(name.to_bytes_with_nul(), false); in null_opt()
300 self.push_slice(&[], false); in null_opt()
325 self.push_slice(&[], false); in null_opt_owned()
342 self.push_slice(name.to_bytes_with_nul(), false); in str_opt()
343 self.push_slice(val.to_bytes_with_nul(), false); in str_opt()
384 self.push_slice(ERRMSG_NAME, false); in nmount()