Home
last modified time | relevance | path

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

/aosp12/system/extras/ext4_utils/
H A 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
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_PersistentDataBlockService.cpp48 int wipe_block_device(int fd) in wipe_block_device() function
101 const int ret = wipe_block_device(fd); in com_android_server_PersistentDataBlockService_wipe()
/aosp12/system/extras/tests/storage/
H A 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()
/aosp12/system/extras/ext4_utils/include/ext4_utils/
H A Dwipe.h35 int wipe_block_device(int fd, s64 len);
/aosp12/bootable/recovery/updater/
H A Dupdater_runtime.cpp153 return wipe_block_device(fd, len); in WipeBlockDevice()
/aosp12/hardware/google/pixel/fastboot/
H A DFastboot.cpp166 wipe_block_device(fd, get_block_device_size(fd)); in wipe_volume()
/aosp12/bootable/recovery/recovery_utils/
H A Droots.cpp173 wipe_block_device(fd, get_file_size(fd)); in format_volume()
/aosp12/system/core/fastboot/device/
H A Dcommands.cpp220 if (wipe_block_device(handle.fd(), get_block_device_size(handle.fd())) == 0) { in EraseHandler()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp1543 wipe_block_device(fd, get_file_size(fd)); in fs_mgr_mount_all()