Home
last modified time | relevance | path

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

/hardware/interfaces/security/secretkeeper/aidl/vts/
Dsecretkeeper_cli.rs252 fn string_to_id(s: &str, show_hex: bool) -> (Id, String) { in string_to_id() function
346 let (id, display_id) = string_to_id(&args.id, cli.hex); in main()
358 let (id, display_id) = string_to_id(&args.id, cli.hex); in main()
364 let (id, display_id) = string_to_id(&args.id, cli.hex); in main()