HomeSort by relevance Sort by last modified time
    Searched refs:the_file (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/io/stress_floppy/
stress_floppy 82 for the_file in 1K_file 10K_file 100K_file 1000K_file
84 tst_resm TINFO "Testing $the_file tar..."
85 tar -C $TCdat/dumpdir -cvf /dev/fd0 $the_file
87 tst_resm TFAIL "$the_file Tar write failed!"
90 tst_resm TINFO "$the_file Tar write passed."
94 tst_resm TFAIL "$the_file Tar read failed!"
97 tst_resm TINFO "$the_file Tar read passed."
99 diff $TCdat/dumpdir/$the_file $the_file >/dev/null 2>&1
101 tst_resm TFAIL "Diff of the $the_file tar files failed!
    [all...]
  /bionic/libc/tools/
generate-NOTICE.py 123 with open(path, "r") as the_file:
  /external/lz4/tests/
test-lz4-speed.py 314 with open(pidfile, 'w') as the_file:
315 the_file.write(pid)

Completed in 460 milliseconds