Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/keymint/rust/src/
Dkeymint_hal_main.rs26 static DEVICE_FILE_NAME: &str = "/dev/hvc11"; variable
109 let path = std::ffi::CString::new(DEVICE_FILE_NAME).unwrap(); in inner_main()
115 DEVICE_FILE_NAME, in inner_main()