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

  /external/selinux/policycoreutils/sepolicy/sepolicy/
manpage.py 880 entrypoints = map(lambda x: x['target'], sepolicy.search([sepolicy.ALLOW],{'source':self.type, 'permlist':['entrypoint'], 'class':'file'})) variable
885 .SH "ENTRYPOINTS"
887 if len(entrypoints) > 1:
888 entrypoints_str = "\\fB%s\\fP file types" % ", ".join(entrypoints)
890 entrypoints_str = "\\fB%s\\fP file type" % entrypoints[0]
897 if "bin_t" in entrypoints:
898 entrypoints.remove("bin_t")
903 for entrypoint in entrypoints:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 4671 milliseconds