Home | History | Annotate | Download | only in applypatch

Lines Matching refs:dat

82   run_command rm $WORK_DIR/bloat.dat
88 run_command rm /cache/bloat*.dat
250 echo run_command dd if=/dev/zero of=$WORK_DIR/bloat.dat count=$((free_kb-512)) bs=1024 || fail
251 run_command dd if=/dev/zero of=$WORK_DIR/bloat.dat count=$((free_kb-512)) bs=1024 || fail
281 run_command dd if=/dev/zero of=/cache/bloat_small.dat count=128 bs=1024 || fail
282 run_command dd if=/dev/zero of=/cache/bloat_large.dat count=$((free_kb-640)) bs=1024 || fail
287 $ADB shell 'cat >> /cache/bloat_large.dat' & open_pid=$!
292 run_command ls /cache/bloat_small.dat && fail # was deleted
295 run_command ls /cache/bloat_large.dat || fail # wasn't deleted because it was open
301 run_command ls /cache/bloat_large.dat || fail # wasn't deleted because it was open
305 kill $open_pid # /cache/bloat_large.dat is no longer open
309 # should succeed after deleting /cache/bloat_large.dat
311 run_command ls /cache/bloat_large.dat && fail # was deleted