Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:boollist
(Results
1 - 3
of
3
) sorted by relevance
/third_party/selinux/libselinux/src/
H
A
D
audit2why.c
38
static struct boolean_t **
boollist
= NULL;
variable
57
boollist
[boolcnt] = malloc(sizeof(struct boolean_t));
in load_booleans()
58
boollist
[boolcnt]->name = strdup(sepol_bool_get_name(boolean));
in load_booleans()
59
boollist
[boolcnt]->active = sepol_bool_get_value(boolean);
in load_booleans()
80
char *name =
boollist
[i]->name;
in check_booleans()
81
int active =
boollist
[i]->active;
in check_booleans()
155
b[i].name = strdup(
boollist
[ctr]->name);
in check_booleans()
156
b[i].active = !
boollist
[ctr]->active;
in check_booleans()
172
free(
boollist
[i]->name);
in finish()
173
free(
boollist
[
in finish()
[all...]
H
A
D
booleans.c
325
static void rollback(SELboolean *
boollist
, int end)
in rollback()
argument
330
security_set_boolean(
boollist
[i].name,
in rollback()
331
security_get_boolean_active(
boollist
[i].
in rollback()
335
int security_set_boolean_list(size_t boolcnt, SELboolean *
boollist
,
in security_set_boolean_list()
argument
341
boollist
[i].value = !!
boollist
[i].value;
in security_set_boolean_list()
342
if (security_set_boolean(
boollist
[i].name,
boollist
[i].value)) {
in security_set_boolean_list()
343
rollback(
boollist
, i);
in security_set_boolean_list()
371
SELboolean *
boollist
__attribute_
in security_set_boolean_list()
[all...]
/third_party/selinux/libselinux/include/selinux/
H
A
D
selinux.h
334
SELboolean *
boollist
, int permanent);
Completed in 5 milliseconds