Searched refs:wipe_block_device (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/extras/ext4_utils/ |
H A D | wipe.cpp | 40 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 D | com_android_server_PersistentDataBlockService.cpp | 48 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 D | wipe_blkdev.c | 51 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 D | wipe.h | 35 int wipe_block_device(int fd, s64 len);
|
/aosp12/bootable/recovery/updater/ |
H A D | updater_runtime.cpp | 153 return wipe_block_device(fd, len); in WipeBlockDevice()
|
/aosp12/hardware/google/pixel/fastboot/ |
H A D | Fastboot.cpp | 166 wipe_block_device(fd, get_block_device_size(fd)); in wipe_volume()
|
/aosp12/bootable/recovery/recovery_utils/ |
H A D | roots.cpp | 173 wipe_block_device(fd, get_file_size(fd)); in format_volume()
|
/aosp12/system/core/fastboot/device/ |
H A D | commands.cpp | 220 if (wipe_block_device(handle.fd(), get_block_device_size(handle.fd())) == 0) { in EraseHandler()
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr.cpp | 1543 wipe_block_device(fd, get_file_size(fd)); in fs_mgr_mount_all()
|