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

  /external/selinux/policycoreutils/hll/pp/
pp.c 139 char *cil_name = basename(cil_path); local
140 char *separator = strrchr(cil_name, '.');
144 if (mod_name && strcmp(mod_name, cil_name) != 0) {
145 fprintf(stderr, "Warning: SELinux userspace will refer to the module from %s as %s rather than %s\n", ifile, mod_name, cil_name);
  /external/selinux/libsepol/cil/src/
cil_internal.h 539 struct cil_name { struct
552 struct cil_name *name;
983 void cil_name_init(struct cil_name **name);

Completed in 122 milliseconds