Searched refs:mount_path (Results 1 – 2 of 2) sorted by relevance
159 let mount_path = format!("/dev/block/mapper/{}", &extra_apk_names[i]); in verify_payload() localVariable160 get_data_from_apk(&mount_path, extra_root_hash, extra_root_hashes_trustful[i]) in verify_payload()
516 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()