Home
last modified time | relevance | path

Searched refs:wipe_block_device (Results 1 – 5 of 5) sorted by relevance

/system/extras/ext4_utils/
Dwipe.c35 int wipe_block_device(int fd, s64 len) in wipe_block_device() function
70 int wipe_block_device(int fd, s64 len) in wipe_block_device() function
Dwipe.h31 int wipe_block_device(int fd, s64 len);
Dmake_ext4fs.c662 wipe_block_device(fd, info.len); in make_ext4fs_internal()
/system/extras/tests/storage/
Dwipe_blkdev.c51 static int wipe_block_device(int fd, u64 len, int secure) in wipe_block_device() function
127 ret = wipe_block_device(fd, len, secure); in main()
/system/core/fs_mgr/
Dfs_mgr.c594 wipe_block_device(fd, get_file_size(fd)); in fs_mgr_mount_all()