Searched defs:wipe (Results 1 - 5 of 5) sorted by relevance

/system/core/toolbox/
H A Dwipe.c28 static void wipe (const char *path);
32 fprintf(stderr, "wipe <system|data|all>\n\n"
49 wipe ("/system");
53 wipe ("/data");
57 wipe ("/system");
58 wipe ("/data");
63 wipe ("/system");
64 wipe ("/data");
81 static void wipe (const char *path) function
134 wipe(newpat
[all...]
/system/extras/ext4_utils/
H A Dmake_ext4fs_main.c60 int wipe = 0; local
106 wipe = 1;
145 if (wipe && sparse) {
146 fprintf(stderr, "Cannot specifiy both wipe and sparse\n");
151 if (wipe && gzip) {
152 fprintf(stderr, "Cannot specifiy both wipe and gzip\n");
185 sparse, crc, wipe, init_itabs, sehnd);
H A Dext4_utils.c145 void write_ext4_image(int fd, int gz, int sparse, int crc, int wipe) argument
150 count_sparse_chunks(), crc, wipe);
H A Dmake_ext4fs.c322 int crc, int wipe, int init_itabs, struct selabel_handle *sehnd)
459 write_ext4_image(fd, gzip, sparse, crc, wipe);
320 make_ext4fs_internal(int fd, const char *directory, char *mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse, int crc, int wipe, int init_itabs, struct selabel_handle *sehnd) argument
H A Doutput_file.c21 #include "wipe.h"
355 int chunks, int crc, int wipe)
392 if (wipe)
411 int chunks, int crc, int wipe) {
426 file = open_output_fd(fd, gz, sparse, chunks, crc, wipe);
354 open_output_fd(int fd, int gz, int sparse, int chunks, int crc, int wipe) argument
410 open_output_file(const char *filename, int gz, int sparse, int chunks, int crc, int wipe) argument

Completed in 4748 milliseconds