Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/path/
Ddec_int.rs81 let bytes_with_nul = &self.buf[..=self.len]; in as_c_str() localVariable
82 debug_assert!(CStr::from_bytes_with_nul(bytes_with_nul).is_ok()); in as_c_str()
86 unsafe { CStr::from_bytes_with_nul_unchecked(bytes_with_nul) } in as_c_str()