• Home
  • History
  • Annotate
  • only in /system/extras/tests/storage/
History log of /system/extras/tests/storage/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6002c64f41c3e169e68eeb4c5272c6ec63642514 14-Nov-2012 Ken Sumrall <ksumrall@android.com> A testing/debugging tool to wipe partitions

This is basically a command line tool version of the wipe_block_device()
function in libext4_utils. Useful for testing and/or debugging the
BLKSECDISCARD and BLKDISCARD ioctls.

Change-Id: I733f0f7daa673624ddbaac055d82b64d741acd70
ndroid.mk
ipe_blkdev.c
dd03e47358368bbba26eed8d727d4703a1c8807a 05-Feb-2013 Ken Sumrall <ksumrall@android.com> A new tool to test how many files can be opened simultaneously.

This tool will try to simultaneously open the specified number of files
in the specified directory. It is useful to check if hard limits are
high enough, and also check if a filesystem performs well when many files
are open at the same time. The sdcard daemon has some issues in this
area, both in max files that can be open at once, and performance
issues when too many are open.

Change-Id: I05a1ca49208f54a27d5405e4850752f49cdca443
ndroid.mk
pentest.c