Home
last modified time | relevance | path

Searched refs:parse_str (Results 1 – 25 of 36) sorted by relevance

12

/optee_rust/optee-utee/src/
A Duuid.rs38 pub fn parse_str(input: &str) -> Result<Uuid, uuid_crate::Error> { in parse_str() method
39 let uuid = uuid_crate::Uuid::parse_str(input)?; in parse_str()
/optee_rust/optee-teec/src/
A Duuid.rs39 pub fn parse_str(input: &str) -> Result<Uuid, ParseError> { in parse_str() method
40 let uuid = uuid_crate::Uuid::parse_str(input)?; in parse_str()
/optee_rust/examples/tcp_client-rs/host/src/
A Dmain.rs30 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
/optee_rust/examples/time-rs/host/src/
A Dmain.rs32 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
/optee_rust/examples/supp_plugin-rs/plugin/
A Dbuild.rs30 let plugin_uuid = Uuid::parse_str(proto::PLUGIN_UUID).unwrap(); in main()
/optee_rust/examples/supp_plugin-rs/host/src/
A Dmain.rs37 let uuid = Uuid::parse_str(TA_UUID).unwrap(); in main()
/optee_rust/examples/random-rs/host/src/
A Dmain.rs40 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
/optee_rust/examples/hello_world-rs/host/src/
A Dmain.rs38 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
/optee_rust/examples/serde-rs/host/src/
A Dmain.rs45 Uuid::parse_str(UUID).unwrap(); in main()
/optee_rust/examples/udp_socket-rs/host/src/
A Dmain.rs35 let uuid = Uuid::parse_str(UUID).unwrap(); in main()
/optee_rust/examples/time-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
/optee_rust/examples/hello_world-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
/optee_rust/examples/secure_storage-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
/optee_rust/examples/random-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
/optee_rust/examples/hotp-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
/optee_rust/examples/aes-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
/optee_rust/examples/authentication-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
/optee_rust/examples/big_int-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
/optee_rust/examples/acipher-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
/optee_rust/examples/udp_socket-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
/optee_rust/examples/diffie_hellman-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
/optee_rust/examples/supp_plugin-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::TA_UUID).unwrap(); in main()
/optee_rust/examples/tcp_client-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
/optee_rust/examples/digest-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()
/optee_rust/examples/message_passing_interface-rs/ta/
A Dbuild.rs31 let tee_uuid = Uuid::parse_str(proto::UUID).unwrap(); in main()

Completed in 64 milliseconds

12