Home
last modified time | relevance | path

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

/system/extras/puncture_fs/
Dpuncture_fs.cpp146 const char* rm_bin_argv[] = { "/system/bin/rm", "-rf", ""}; in puncture_fs() local
192 rm_bin_argv[2] = delete_dir; in puncture_fs()
193 if (logwrap_fork_execvp(ARRAY_SIZE(rm_bin_argv), rm_bin_argv, nullptr, in puncture_fs()
195 fprintf(stderr, "\nFailed to delete %s\n", rm_bin_argv[2]); in puncture_fs()