Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/keymint/rust/src/
Dkeymint_hal_main.rs85 if let Err(HalServiceError(e)) = inner_main() { in main()
90 fn inner_main() -> Result<(), HalServiceError> { in inner_main() function