Home
last modified time | relevance | path

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

/packages/modules/Virtualization/service_vm/manager/src/
Dlib.rs40 const VIRT_DATA_DIR: &str = "/data/misc/apexdata/com.android.virt"; constant
136 let instance_img_path = Path::new(VIRT_DATA_DIR).join(INSTANCE_IMG_NAME); in start()
225 let instance_id_file = Path::new(VIRT_DATA_DIR).join(INSTANCE_ID_FILENAME); in protected_vm_instance()