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

  /external/selinux/libsepol/src/
avrule_block.c 142 int was_created; local
143 result = cond_node_find(p, cond, decl->cond_list, &was_created);
144 if (result != NULL && was_created) {
conditional.c 171 * pointer to the existing node, setting 'was_created' to 0.
172 * Otherwise create a new one and return it, setting 'was_created' to
176 int *was_created)
180 *was_created = 0;
185 *was_created = 1;
194 int was_created; local
195 cond_node_t *result = cond_node_find(p, cn, list, &was_created);
196 if (result != NULL && was_created) {
  /external/selinux/libsepol/include/sepol/policydb/
conditional.h 107 int *was_created);
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 306 // 'was_created' is an optional pointer to a bool, and is set to true if a new
312 bool* was_created) {
313 if (was_created) {
314 *was_created = false;
352 if (was_created) {
353 *was_created = true;
1394 bool was_created; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 2241 int was_created; local
    [all...]

Completed in 1109 milliseconds