HomeSort by relevance Sort by last modified time
    Searched full:shred (Results 1 - 19 of 19) sorted by null

  /external/toybox/toys/other/
shred.c 0 /* shred.c - Overwrite a file to securely delete
7 USE_SHRED(NEWTOY(shred, "<1zxus#<1n#<1o#<0f", TOYFLAG_USR|TOYFLAG_BIN))
9 config SHRED
10 bool "shred"
13 usage: shred [-fuz] [-n COUNT] [-s SIZE] FILE...
  /external/selinux/policycoreutils/sandbox/
sandbox 334 parser.add_option("-s", "--shred", action="store_true", dest="shred",
335 default=False, help=_("Shred content before tempory directories are removed"))
484 if self.__options.shred:
485 self.shred(self.__homedir)
488 if self.__options.shred:
489 self.shred(self.__homedir)
492 def shred(self, path):
496 subprocess.Popen(["/usr/bin/shred", dest]).wait()
sandbox.8 46 \fB\-s\fR \fB\-\-shred\fR
47 Shred temporary files created in $HOME and /tmp, before deleting.
  /external/toybox/generated/
globals.h 286 // toys/other/shred.c
1337 struct shred_data shred; member in union:global_union
newtoys.h 200 USE_SHRED(NEWTOY(shred, "<1zxus#<1n#<1o#<0f", TOYFLAG_USR|TOYFLAG_BIN))
flags.h     [all...]
help.h 125 #define HELP_shred "usage: shred [-fuz] [-n COUNT] [-s SIZE] FILE...\n\nSecurely delete a file by overwriting its contents with random data.\n\n-f Force (chmod if necessary)\n-n COUNT Random overwrite iterations (default 1)\n-o OFFSET Start at OFFSET\n-s SIZE Use SIZE instead of detecting file size\n-u unlink (actually delete file when done)\n-x Use exact size (default without -s rounds up to next 4k)\n-z zero at end\n\nNote: data journaling filesystems render this command useless, you must\noverwrite all free space (fill up disk) to erase old data on those.\n\n"
    [all...]
  /external/ImageMagick/MagickCore/
utility.c     [all...]
  /docs/source.android.com/src/devices/tech/ota/
sign_builds.jd 289 % <b>shred --remove temp.pem</b>
  /external/toybox/www/
roadmap.html 339 arch base64 users dir vdir unexpand shred join csplit
    [all...]
index.html 377 Promoted shred, nsenter, and hwclock.</p>
388 and signal handling. Added -v option to timeout, -m to mknod, -u to shred,
571 Scratch), printf (cleaned up and promoted), shred and
    [all...]
news.html 377 Promoted shred, nsenter, and hwclock.</p>
388 and signal handling. Added -v option to timeout, -m to mknod, -u to shred,
571 Scratch), printf (cleaned up and promoted), shred and
    [all...]
  /frameworks/base/core/java/android/app/
LoaderManager.java 713 * Rip down, tear apart, shred to pieces a current Loader ID. After returning
    [all...]
  /frameworks/support/fragment/java/android/support/v4/app/
LoaderManager.java 708 * Rip down, tear apart, shred to pieces a current Loader ID. After returning
    [all...]
  /external/selinux/policycoreutils/
ChangeLog 152 * qualifier to shred content
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c     [all...]

Completed in 6293 milliseconds