OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wipe_block_device
(Results
1 - 4
of
4
) sorted by null
/system/extras/ext4_utils/
wipe.h
22
int
wipe_block_device
(int fd, s64 len);
wipe.c
33
int
wipe_block_device
(int fd, s64 len)
function
57
int
wipe_block_device
(int fd, s64 len)
function
make_ext4fs.c
606
wipe_block_device
(fd, info.len);
/system/extras/tests/storage/
wipe_blkdev.c
50
static int
wipe_block_device
(int fd, u64 len, int secure)
function
126
ret =
wipe_block_device
(fd, len, secure);
Completed in 55 milliseconds