HomeSort by relevance Sort by last modified time
    Searched refs:target_platform (Results 1 - 19 of 19) 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/libsemanage/src/
semanage_conf.h 38 int target_platform; member in struct:semanage_conf
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;
direct_api.c 1180 cil_set_target_platform(cildb, sh->conf->target_platform);
    [all...]
  /external/selinux/libsepol/src/
private.h 54 unsigned int target_platform; member in struct:policydb_compat_info
59 unsigned int target_platform);
policydb_public.c 156 int target_platform)
160 switch (target_platform) {
168 p->target_platform = target_platform;
policydb.c 67 .target_platform = SEPOL_TARGET_XEN,
74 .target_platform = SEPOL_TARGET_XEN,
81 .target_platform = SEPOL_TARGET_SELINUX,
88 .target_platform = SEPOL_TARGET_SELINUX,
95 .target_platform = SEPOL_TARGET_SELINUX,
102 .target_platform = SEPOL_TARGET_SELINUX,
109 .target_platform = SEPOL_TARGET_SELINUX,
116 .target_platform = SEPOL_TARGET_SELINUX,
123 .target_platform = SEPOL_TARGET_SELINUX,
130 .target_platform = SEPOL_TARGET_SELINUX
    [all...]
write.c 231 if (p->target_platform != SEPOL_TARGET_SELINUX &&
235 policydb_target_strings[p->target_platform]);
    [all...]
expand.c     [all...]
module_to_cil.c     [all...]
  /external/selinux/libsepol/cil/include/cil/
cil.h 53 extern void cil_set_target_platform(cil_db_t *db, int target_platform);
  /external/selinux/libsepol/include/sepol/
policydb.h 100 int target_platform);
  /external/libcxx/test/libcxx/test/
config.py 272 target_platform = self.target_info.platform()
300 self.config.available_features.add(target_platform)
305 if target_platform == 'linux':
487 target_platform = self.target_info.platform()
488 if target_platform == 'darwin':
490 elif target_platform == 'linux':
501 elif target_platform.startswith('freebsd'):
504 self.lit_config.fatal("unrecognized system: %r" % target_platform)
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 106 def scan_sysincludes(self, target_platform):
108 version = int(target_platform.split('-')[1])
  /external/selinux/checkpolicy/
policy_define.c     [all...]
  /external/selinux/libsepol/cil/src/
cil.c 272 (*db)->target_platform = SEPOL_TARGET_SELINUX;
    [all...]
cil_internal.h 292 int target_platform; member in struct:cil_db
cil_binary.c     [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 491 int target_platform; member in struct:policydb

Completed in 155 milliseconds