Lines Matching refs:file
84 # URLS contain the mapping from file names to URLs where
95 local file="$1"
97 if [[ ! -v URLS[$file] ]]; then
98 echo "$file not found" >&2
102 echo "Downloading $file..." >&2
103 curl -Lsf "${URLS[$file]}" "${@:2}"
109 for file in "${!URLS[@]}"; do
110 if [[ $file =~ ^"${ARCH}"/libbpf-vmtest-rootfs-(.*)\.tar\.zst$ ]]; then
195 # Have a default value in the exit status file
252 -drive file="${rootfs_img}",format=raw,index=1,media=disk,if=virtio,cache=none \