Searched defs:instance_id_file (Results 1 – 4 of 4) sorted by relevance
69 instance_id_file: PathBuf, field81 let instance_id_file = instance_root_path.join(INSTANCE_ID_FILE); in new() localVariable
92 let mut instance_id_file = File::open(id_file)?; in command_run_app() localVariable97 let mut instance_id_file = File::create(id_file)?; in command_run_app() localVariable
94 let instance_id_file = instance_dir.join(INSTANCE_ID_FILE); in try_main() localVariable
230 let instance_id_file = Path::new(VIRT_DATA_DIR).join(INSTANCE_ID_FILENAME); in protected_vm_instance() localVariable