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

  /external/skia/src/gpu/
GrContextFactory.cpp 37 for (Context& context : fContexts) {
47 fContexts.reset();
51 for (Context& context : fContexts) {
64 for (int i = 0; i < fContexts.count(); ++i) {
65 Context& context = fContexts[i];
148 Context& context = fContexts.push_back();
GrContextFactory.h 144 SkTArray<Context, true> fContexts;
  /external/selinux/libsemanage/src/
pywrap-test.py 54 self.fcontexts = False
68 return (self.all or self.users or self.modules or self.seusers or self.ports or self.fcontexts or self.interfaces or self.booleans or self.abooleans or self.writeuser or self.writeseuser or self.writeport or self.writefcontext or self.writeinterface or self.writeboolean or self.writeaboolean or self.nodes or self.writenode)
83 if (self.fcontexts or self.all):
    [all...]
direct_api.c 1093 dbase_config_t *fcontexts = semanage_fcontext_dbase_local(sh); local
1156 fcontexts_modified = fcontexts->dtable->is_modified(fcontexts->dbase);
    [all...]
  /external/selinux/policycoreutils/
ChangeLog 622 * Add deleteall support for ports and fcontexts in semanage from Dan Walsh.
    [all...]

Completed in 487 milliseconds