HomeSort by relevance Sort by last modified time
    Searched full:all_domains (Results 1 - 3 of 3) sorted by null

  /external/selinux/policycoreutils/sepolicy/sepolicy/
__init__.py 501 all_domains = []
507 if len(re.findall("(.*)%s" % "_initrc$", m[0])) == 0 and m[0] not in all_domains:
508 all_domains.append(m[0])
509 return all_domains
556 all_domains = None variable
560 global all_domains
561 if not all_domains:
562 all_domains = info(ATTRIBUTE, "domain")[0]["types"]
563 return all_domains
774 global all_domains
    [all...]
manpage.py 412 self.all_domains = get_all_domains()
468 if t + "_t" in self.all_domains:
541 for f in self.all_domains:
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
sdbadmin 119 parser.add_option("-a", "--all-domains", help="Operate on all domains", action="store_true", default=False, dest="all_domains")
154 elif options.all_domains:

Completed in 293 milliseconds