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

  /system/extras/ext4_utils/include/ext4_utils/
wipe.h 35 int wipe_block_device(int fd, s64 len);
  /system/extras/ext4_utils/
wipe.c 36 int wipe_block_device(int fd, s64 len) function
71 int wipe_block_device(int fd, s64 len) function
make_ext4fs.c 909 wipe_block_device(fd, info.len);
  /frameworks/base/services/core/jni/
com_android_server_PersistentDataBlockService.cpp 48 int wipe_block_device(int fd) function in namespace:android
101 const int ret = wipe_block_device(fd);
  /system/extras/tests/storage/
wipe_blkdev.c 51 static int wipe_block_device(int fd, u64 len, int secure) function
127 ret = wipe_block_device(fd, len, secure);
  /bootable/recovery/
roots.cpp 225 wipe_block_device(fd, get_file_size(fd));
  /system/core/fs_mgr/
fs_mgr.cpp     [all...]
  /bootable/recovery/updater/
install.cpp     [all...]

Completed in 1228 milliseconds