Home
last modified time | relevance | path

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

/trusty/user/base/lib/tipc/rust/src/
Dservice.rs1626 let uuid2_from_str = Uuid::new_from_string(&uuid_string_2); in uuid_parsing() localVariable
1627 expect!(uuid2_from_str.is_ok(), "couldn't parse uuid string"); in uuid_parsing()
1628 let uuid2_from_str = uuid2_from_str.unwrap(); in uuid_parsing() localVariable
1629 expect_eq!(uuid2, uuid2_from_str, "uuid should match"); in uuid_parsing()