Searched refs:wipe_block_device (Results 1 - 4 of 4) sorted by relevance

/system/extras/ext4_utils/
H A Dwipe.h22 int wipe_block_device(int fd, s64 len);
H A Dwipe.c33 int wipe_block_device(int fd, s64 len) function
57 int wipe_block_device(int fd, s64 len) function
H A Dmake_ext4fs.c606 wipe_block_device(fd, info.len);
/system/extras/tests/storage/
H A Dwipe_blkdev.c50 static int wipe_block_device(int fd, u64 len, int secure) function
126 ret = wipe_block_device(fd, len, secure);

Completed in 2985 milliseconds