Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/vm_control/src/
H A Dsnapshot_format.rs140 pub struct SnapshotReader { struct
146 impl Debug for SnapshotReader { argument
155 impl SnapshotReader { implementation
/aosp_15_r20/external/crosvm/devices/src/
H A Dlib.rs291 snapshot_reader: vm_control::SnapshotReader, in restore_handler()
H A Dbus.rs529 snapshot_reader: &vm_control::SnapshotReader, in restore_devices()