OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:was_created
(Results
1 - 4
of
4
) 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/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
2223
int
was_created
;
local
[
all
...]
Completed in 91 milliseconds