Searched refs:APPLICATIONS (Results 1 – 4 of 4) sorted by relevance
/external/selinux/python/sepolicy/ |
D | sepolicy.py | 512 from sepolicy.generate import policy, AUSER, RUSER, EUSER, USERS, SANDBOX, APPLICATIONS, NEWTYPE 526 if args.policytype in APPLICATIONS: 565 if args.policytype in APPLICATIONS:
|
/external/selinux/python/sepolicy/sepolicy/ |
D | generate.py | 164 APPLICATIONS = [DAEMON, DBUS, INETD, USER, CGI] variable 438 if self.type not in APPLICATIONS: 1200 if self.type in APPLICATIONS: 1220 if self.type not in APPLICATIONS: 1362 if self.type not in APPLICATIONS:
|
/external/selinux/gui/ |
D | polgengui.py | 243 for i in sepolicy.generate.APPLICATIONS: 351 return self.get_type() in sepolicy.generate.APPLICATIONS 482 if self.get_type() in sepolicy.generate.APPLICATIONS:
|
/external/libvpx/libvpx/ |
D | README | 5 COMPILING THE APPLICATIONS/LIBRARIES:
|