Home
last modified time | relevance | path

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

/trusty/user/base/lib/tipc/rust/src/
Dservice.rs1620 let uuid_from_str = Uuid::new_from_string(&uuid_string); in uuid_parsing() localVariable
1621 expect!(uuid_from_str.is_ok(), "couldn't parse uuid string"); in uuid_parsing()
1622 let uuid_from_str = uuid_from_str.unwrap(); in uuid_parsing() localVariable
1623 expect_eq!(uuid, uuid_from_str, "uuid should match"); in uuid_parsing()