Home
last modified time | relevance | path

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

/trusty/user/base/lib/tipc/rust/src/
Dservice.rs1618 let uuid_string = "00000000-0000-0000-0000-000000000000".to_string(); in uuid_parsing() localVariable
1619 expect_eq!(uuid.to_string(), uuid_string); in uuid_parsing()
1620 let uuid_from_str = Uuid::new_from_string(&uuid_string); in uuid_parsing()