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

  /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()
  /external/ImageMagick/MagickCore/
utility.c     [all...]
  /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...]

Completed in 8012 milliseconds