Searched refs:target_platform (Results 1 - 18 of 18) sorted by relevance

/external/mesa3d/
H A Dcommon.py24 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/
H A Dsemanage_conf.h38 int target_platform; member in struct:semanage_conf
H A Dconf-parse.y83 | 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;
H A Ddirect_api.c1180 cil_set_target_platform(cildb, sh->conf->target_platform);
/external/selinux/libsepol/src/
H A Dprivate.h54 unsigned int target_platform; member in struct:policydb_compat_info
59 unsigned int target_platform);
H A Dpolicydb_public.c156 int target_platform)
160 switch (target_platform) {
168 p->target_platform = target_platform;
155 sepol_policydb_set_target_platform(sepol_policydb_t * sp, int target_platform) argument
H A Dpolicydb.c67 .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
408 policydb_lookup_compat(unsigned int version, unsigned int type, unsigned int target_platform) argument
[all...]
H A Dwrite.c231 if (p->target_platform != SEPOL_TARGET_SELINUX &&
235 policydb_target_strings[p->target_platform]);
1434 switch (p->target_platform) {
1978 len = strlen(policydb_target_strings[p->target_platform]);
1979 policydb_str = policydb_target_strings[p->target_platform];
1996 p->target_platform);
H A Dexpand.c2942 out->target_platform = base->target_platform;
3107 if (ocontext_copy(&state, out->target_platform))
H A Dmodule_to_cil.c2797 switch (pdb->target_platform) {
2805 log_err("Unknown target platform: %i", pdb->target_platform);
/external/selinux/libsepol/cil/include/cil/
H A Dcil.h53 extern void cil_set_target_platform(cil_db_t *db, int target_platform);
/external/selinux/libsepol/include/sepol/
H A Dpolicydb.h100 int target_platform);
/external/libcxx/test/libcxx/test/
H A Dconfig.py272 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)
/external/selinux/checkpolicy/
H A Dpolicy_define.c4440 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) {
4502 if (policydbp->target_platform != SEPOL_TARGET_XEN) {
4556 if (policydbp->target_platform != SEPOL_TARGET_XEN) {
4620 if (policydbp->target_platform != SEPOL_TARGET_XEN) {
4684 if (policydbp->target_platform != SEPOL_TARGET_XEN) {
4738 if (policydbp->target_platform != SEPOL_TARGET_XEN) {
4795 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) {
4882 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) {
4943 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) {
5029 if (policydbp->target_platform !
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil.c272 (*db)->target_platform = SEPOL_TARGET_SELINUX;
1596 void cil_set_target_platform(struct cil_db *db, int target_platform) argument
1598 db->target_platform = target_platform;
H A Dcil_internal.h292 int target_platform; member in struct:cil_db
H A Dcil_binary.c3347 if (db->target_platform == SEPOL_TARGET_XEN) {
3599 pdb->target_platform = db->target_platform;
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h491 int target_platform; member in struct:policydb

Completed in 2465 milliseconds