Home
last modified time | relevance | path

Searched defs:wipe_block_device (Results 1 – 2 of 2) sorted by relevance

/system/extras/ext4_utils/
Dwipe.cpp40 int wipe_block_device(int fd, s64 len) { in wipe_block_device() function
81 int wipe_block_device(int fd __attribute__((unused)), s64 len __attribute__((unused))) { in wipe_block_device() function
/system/extras/tests/storage/
Dwipe_blkdev.c51 static int wipe_block_device(int fd, u64 len, int secure) in wipe_block_device() function