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

  /external/selinux/policycoreutils/sepolicy/sepolicy/
manpage.py 94 all_entrypoints = None variable
98 global all_entrypoints
99 if not all_entrypoints:
100 all_entrypoints = sepolicy.info(sepolicy.ATTRIBUTE, "entry_type")[0]["types"]
101 return all_entrypoints
    [all...]
__init__.py 207 all_entrypoints = []
214 #all_entrypoints.append(f)
217 #return all_entrypoints

Completed in 1096 milliseconds