Home
last modified time | relevance | path

Searched refs:into_string (Results 1 – 25 of 149) sorted by relevance

123456

/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
H A Ddevice_info.rs68 brand: brand.into_string()?, in from_cbor_values()
69 manufacturer: manufacturer.into_string()?, in from_cbor_values()
70 product: product.into_string()?, in from_cbor_values()
71 model: model.into_string()?, in from_cbor_values()
72 device: device.into_string()?, in from_cbor_values()
73 vb_state: vb_state.into_string()?.as_str().try_into()?, in from_cbor_values()
74 bootloader_state: bootloader_state.into_string()?.as_str().try_into()?, in from_cbor_values()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Denv.rs171 self.inner.next().map(|(a, b)| (a.into_string().unwrap(), b.into_string().unwrap())) in next()
235 Some(s) => s.into_string().map_err(VarError::NotUnicode), in _var()
882 self.inner.next().map(|s| s.into_string().unwrap()) in next()
902 self.inner.next_back().map(|s| s.into_string().unwrap()) in next_back()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Denv.rs165 self.inner.next().map(|(a, b)| (a.into_string().unwrap(), b.into_string().unwrap())) in next()
229 Some(s) => s.into_string().map_err(VarError::NotUnicode), in _var()
858 self.inner.next().map(|s| s.into_string().unwrap()) in next()
878 self.inner.next_back().map(|s| s.into_string().unwrap()) in next_back()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/
H A Denv.rs165 self.inner.next().map(|(a, b)| (a.into_string().unwrap(), b.into_string().unwrap())) in next()
229 Some(s) => s.into_string().map_err(VarError::NotUnicode), in _var()
858 self.inner.next().map(|s| s.into_string().unwrap()) in next()
878 self.inner.next_back().map(|s| s.into_string().unwrap()) in next_back()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Denv.rs171 self.inner.next().map(|(a, b)| (a.into_string().unwrap(), b.into_string().unwrap())) in next()
235 Some(s) => s.into_string().map_err(VarError::NotUnicode), in _var()
882 self.inner.next().map(|s| s.into_string().unwrap()) in next()
902 self.inner.next_back().map(|s| s.into_string().unwrap()) in next_back()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Denv.rs165 self.inner.next().map(|(a, b)| (a.into_string().unwrap(), b.into_string().unwrap())) in next()
229 Some(s) => s.into_string().map_err(VarError::NotUnicode), in _var()
858 self.inner.next().map(|s| s.into_string().unwrap()) in next()
878 self.inner.next_back().map(|s| s.into_string().unwrap()) in next_back()
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/legacy/
Dfile_json.rs71 s.place.creator["name"].clone().into_string().unwrap(), in test_file()
110 assert_eq!(vi.next().unwrap().into_string().unwrap(), "example_dir1"); in test_json_vec()
111 assert_eq!(vi.next().unwrap().into_string().unwrap(), "example_dir2"); in test_json_vec()
Dget.rs109 m["name"].clone().into_string().unwrap(), in test_map()
147 s.place["name"].clone().into_string().unwrap(), in test_map_struct()
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/
Dfile_json.rs70 s.place.creator["name"].clone().into_string().unwrap(), in test_file()
110 assert_eq!(vi.next().unwrap().into_string().unwrap(), "example_dir1"); in test_json_vec()
111 assert_eq!(vi.next().unwrap().into_string().unwrap(), "example_dir2"); in test_json_vec()
Dget.rs109 m["name"].clone().into_string().unwrap(), in test_map()
147 s.place["name"].clone().into_string().unwrap(), in test_map_struct()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/
Dbuild.rs11 println!("cargo:rustc-link-search=native={}", target_dir.clone().into_string().unwrap()); in main()
13 println!("cargo:rerun-if-changed={}", cxx_outdir.into_string().unwrap()); in main()
/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/src/
Dyaml.rs245 define_into!(into_string, String, String);
588 assert_eq!(doc.next().unwrap().into_string().unwrap(), "string"); in test_plain_datatype_with_into_methods()
589 assert_eq!(doc.next().unwrap().into_string().unwrap(), "string"); in test_plain_datatype_with_into_methods()
590 assert_eq!(doc.next().unwrap().into_string().unwrap(), "string"); in test_plain_datatype_with_into_methods()
597 assert_eq!(doc.next().unwrap().into_string().unwrap(), "0"); in test_plain_datatype_with_into_methods()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Dstr.rs75 name.name.into_string() in from()
248 pub(crate) fn into_string(self) -> String { in into_string() method
271 pub(crate) fn into_string(self) -> String { in into_string() method
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Dstr.rs75 name.name.into_string() in from()
248 pub(crate) fn into_string(self) -> String { in into_string() method
271 pub(crate) fn into_string(self) -> String { in into_string() method
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/protocol/
Dmessage.rs71 pub fn into_string(self) -> Result<String> { in into_string() method
145 let text = t.into_string()?; in complete()
259 Message::Frame(frame) => Ok(frame.into_string()?), in into_text()
/aosp_15_r20/external/rust/android-crates-io/crates/config/src/
Dde.rs98 visitor.visit_string(self.into_string()?) in deserialize_str()
103 visitor.visit_string(self.into_string()?) in deserialize_string()
427 visitor.visit_string(self.cache.into_string()?) in deserialize_str()
432 visitor.visit_string(self.cache.into_string()?) in deserialize_string()
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/
Dext_vec.rs197 os_str.into_string().map(Vec::from) in from_os_string()
407 fn into_string(self) -> Result<String, FromUtf8Error> in into_string() method
521 v.into_string().map(OsString::from) in into_os_string()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/os_str/
H A Dwtf8.rs108 pub fn into_string(self) -> Result<String, Buf> { in into_string() method
109 self.inner.into_string().map_err(|buf| Buf { inner: buf }) in into_string()
/aosp_15_r20/tools/asuite/adevice/src/
H A Dcommands.rs36 let path_str = file_path.to_path_buf().into_os_string().into_string().expect("already tested"); in command_args()
87 product_out.join(file_path).into_os_string().into_string().expect("already visited"); in compose()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/os_str/
H A Dwtf8.rs108 pub fn into_string(self) -> Result<String, Buf> { in into_string() method
109 self.inner.into_string().map_err(|buf| Buf { inner: buf }) in into_string()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/os_str/
H A Dwtf8.rs108 pub fn into_string(self) -> Result<String, Buf> { in into_string() method
109 self.inner.into_string().map_err(|buf| Buf { inner: buf }) in into_string()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/os_str/
H A Dwtf8.rs108 pub fn into_string(self) -> Result<String, Buf> { in into_string() method
109 self.inner.into_string().map_err(|buf| Buf { inner: buf }) in into_string()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/os_str/
H A Dwtf8.rs108 pub fn into_string(self) -> Result<String, Buf> { in into_string() method
109 self.inner.into_string().map_err(|buf| Buf { inner: buf }) in into_string()
/aosp_15_r20/tools/netsim/rust/common/src/util/
H A Dos_utils.rs166 .into_string() in redirect_std_stream()
171 .into_string() in redirect_std_stream()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/
Dbuild.rs5 println!("cargo:rustc-link-search=native={}", target_dir.into_string().unwrap()); in main()

123456