Lines Matching refs:file
84 local file=$2
85 local url="https://dl.google.com/android/xts/mcts/${path}/${file}"
87 if [ ! -f ${file} ]; then
88 echo "There is no ${file}, trying to download it"
91 echo "There is ${file}, checking if it is up to date"
94 file_download_time=$(date -d "@$(stat -c %W ${file})" +%s )
99 rm ${file}
142 for file in ${files[@]}; do
143 download_mcts $path $file
146 for file in $full_dir_path/* ; do
147 echo "touch $file to update the timestamp"
148 touch $file