Home
last modified time | relevance | path

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

/packages/modules/Virtualization/compos/composd/src/
Dinstance_starter.rs80 let instance_root_path = instance_root.as_path(); in new() localVariable
81 let instance_id_file = instance_root_path.join(INSTANCE_ID_FILE); in new()
82 let instance_image = instance_root_path.join(INSTANCE_IMAGE_FILE); in new()
83 let idsig = instance_root_path.join(IDSIG_FILE); in new()
84 let idsig_manifest_apk = instance_root_path.join(IDSIG_MANIFEST_APK_FILE); in new()
85 let idsig_manifest_ext_apk = instance_root_path.join(IDSIG_MANIFEST_EXT_APK_FILE); in new()