Home
last modified time | relevance | path

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

/packages/modules/Virtualization/microdroid_manager/src/
Dverify.rs159 let mount_path = format!("/dev/block/mapper/{}", &extra_apk_names[i]); in verify_payload() localVariable
160 get_data_from_apk(&mount_path, extra_root_hash, extra_root_hashes_trustful[i]) in verify_payload()
/packages/modules/Virtualization/zipfuse/src/
Dmain.rs516 fn wait_for_mount(mount_path: &Path) -> Result<()> { in wait_for_mount()
522 if statfs(mount_path)?.filesystem_type() == FUSE_SUPER_MAGIC { in wait_for_mount()