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

  /external/selinux/python/sepolicy/sepolicy/
manpage.py 941 entrypoints = [x['target'] for x in sepolicy.search([sepolicy.ALLOW], {'source': self.type, 'permlist': ['entrypoint'], 'class': 'file'})]
942 if len(entrypoints) == 0:
946 .SH "ENTRYPOINTS"
948 if len(entrypoints) > 1:
949 entrypoints_str = "\\fB%s\\fP file types" % ", ".join(entrypoints)
951 entrypoints_str = "\\fB%s\\fP file type" % entrypoints[0]
958 if "bin_t" in entrypoints:
959 entrypoints.remove("bin_t")
964 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 188 milliseconds