HomeSort by relevance Sort by last modified time
    Searched defs:target_platform (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/
common.py 24 target_platform = SCons.Script.ARGUMENTS['platform'] variable
26 target_platform = host_platform variable
56 if target_platform == 'windows' and host_platform != 'windows':
67 if target_platform != 'windows' and \
  /external/selinux/libsepol/src/
private.h 57 unsigned int target_platform; member in struct:policydb_compat_info
62 unsigned int target_platform);
  /external/selinux/libsemanage/src/
conf-parse.y 62 %token MODULE_STORE VERSION EXPAND_CHECK FILE_MODE SAVE_PREVIOUS SAVE_LINKED TARGET_PLATFORM COMPILER_DIR IGNORE_MODULE_CACHE STORE_ROOT
83 | target_platform
151 target_platform: TARGET_PLATFORM '=' ARG { label
153 current_conf->target_platform = SEPOL_TARGET_SELINUX;
155 current_conf->target_platform = SEPOL_TARGET_XEN;
157 yyerror("target_platform can only be 'selinux' or 'xen'");
346 conf->target_platform = SEPOL_TARGET_SELINUX;
semanage_conf.h 38 int target_platform; member in struct:semanage_conf
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 176 def target_platform(self): member in class:SELinuxPolicy
178 return self.policy.target_platform()
qpol.py 139 def target_platform(self): return _qpol.qpol_policy_t_target_platform(self) member in class:qpol_policy_t
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 499 int target_platform; member in struct:policydb
  /external/selinux/libsepol/cil/src/
cil_internal.h 315 int target_platform; member in struct:cil_db

Completed in 486 milliseconds