Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/append_squashfs_overlay/src/
Dmain.rs65 let mut overlay = File::open(overlay)?; in merge_fs() localVariable
92 let overlay = matches.get_one::<PathBuf>("overlay").unwrap().as_ref(); in main() localVariable
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp232 auto overlay = instance_.PerInstancePath("overlay.img"); in HandleActionWithNoData() local
/device/google/cuttlefish/host/commands/start/
Dmain.cc419 auto overlay = previous_instance.PerInstancePath("overlay.img"); in main() local