Home
last modified time | relevance | path

Searched defs:from_bytes_with_nul (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/libyaml/
Dcstr.rs17 pub fn from_bytes_with_nul(bytes: &'static [u8]) -> Self { in from_bytes_with_nul() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs78 fn from_bytes_with_nul() { in from_bytes_with_nul() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs78 fn from_bytes_with_nul() { in from_bytes_with_nul() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs78 fn from_bytes_with_nul() { in from_bytes_with_nul() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs78 fn from_bytes_with_nul() { in from_bytes_with_nul() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs78 fn from_bytes_with_nul() { in from_bytes_with_nul() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ffi/
H A Dc_str.rs382 pub const fn from_bytes_with_nul(bytes: &[u8]) -> Result<&Self, FromBytesWithNulError> { in from_bytes_with_nul() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ffi/
H A Dc_str.rs380 pub const fn from_bytes_with_nul(bytes: &[u8]) -> Result<&Self, FromBytesWithNulError> { in from_bytes_with_nul() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ffi/
H A Dc_str.rs380 pub const fn from_bytes_with_nul(bytes: &[u8]) -> Result<&Self, FromBytesWithNulError> { in from_bytes_with_nul() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ffi/
H A Dc_str.rs382 pub const fn from_bytes_with_nul(bytes: &[u8]) -> Result<&Self, FromBytesWithNulError> { in from_bytes_with_nul() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ffi/
H A Dc_str.rs380 pub const fn from_bytes_with_nul(bytes: &[u8]) -> Result<&Self, FromBytesWithNulError> { in from_bytes_with_nul() method
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/data_types/
Dstrs.rs156 pub fn from_bytes_with_nul(chars: &[u8]) -> Result<&Self, FromSliceWithNulError> { in from_bytes_with_nul() method
/aosp_15_r20/external/rust/crates/uefi/src/data_types/
Dstrs.rs156 pub fn from_bytes_with_nul(chars: &[u8]) -> Result<&Self, FromSliceWithNulError> { in from_bytes_with_nul() method