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:avkey
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/libsepol/src/
H
A
D
services.c
916
avtab_key_t
avkey
;
in context_struct_compute_av()
local
944
avkey
.target_class = tclass;
in context_struct_compute_av()
945
avkey
.specified = AVTAB_AV;
in context_struct_compute_av()
950
avkey
.source_type = i + 1;
in context_struct_compute_av()
951
avkey
.target_type = j + 1;
in context_struct_compute_av()
953
avtab_search_node(&policydb->te_avtab, &
avkey
);
in context_struct_compute_av()
956
avtab_search_node_next(node,
avkey
.specified)) {
in context_struct_compute_av()
967
cond_compute_av(&policydb->te_cond_avtab, &
avkey
, avd);
in context_struct_compute_av()
1337
avtab_key_t
avkey
;
in sepol_compute_sid()
local
1406
avkey
in sepol_compute_sid()
[all...]
H
A
D
expand.c
1710
avtab_key_t
avkey
;
in expand_terule_helper()
local
1722
avkey
.specified = avrule_to_avtab_spec(specified);
in expand_terule_helper()
1723
avkey
.source_type = stype + 1;
in expand_terule_helper()
1724
avkey
.target_type = ttype + 1;
in expand_terule_helper()
1730
avkey
.target_class = cur->tclass;
in expand_terule_helper()
1736
node = avtab_search_node(&p->te_avtab, &
avkey
);
in expand_terule_helper()
1740
node = avtab_search_node(&p->te_cond_avtab, &
avkey
);
in expand_terule_helper()
1763
p->p_type_val_to_name[
avkey
.source_type -
in expand_terule_helper()
1765
p->p_type_val_to_name[
avkey
.target_type -
in expand_terule_helper()
1767
p->p_class_val_to_name[
avkey
in expand_terule_helper()
1842
avtab_key_t
avkey
;
expand_avrule_helper()
local
[all...]
Completed in 7 milliseconds