Home
last modified time | relevance | path

Searched defs:FileChannel (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/guest/hals/keymint/rust/src/
Dkeymint_hal_main.rs42 struct FileChannel(std::fs::File); struct
44 impl kmr_hal::SerializedChannel for FileChannel { implementation