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:AVTAB_CHANGE
(Results
1 - 12
of
12
) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/
H
A
D
avtab.h
61
#define
AVTAB_CHANGE
0x0040
macro
62
#define AVTAB_TYPE (AVTAB_TRANSITION | AVTAB_MEMBER |
AVTAB_CHANGE
)
H
A
D
policydb.h
279
#define AVRULE_CHANGE
AVTAB_CHANGE
/third_party/selinux/libsepol/src/
H
A
D
kernel_to_common.h
75
AVTAB_CHANGE
,
H
A
D
avtab.c
427
AVTAB_CHANGE
,
H
A
D
mls.c
651
case
AVTAB_CHANGE
:
in mls_compute_sid()
H
A
D
services.c
1363
case
AVTAB_CHANGE
:
in sepol_compute_sid()
1500
return sepol_compute_sid(ssid, tsid, tclass,
AVTAB_CHANGE
, out_sid);
in sepol_change_sid()
H
A
D
policydb_validate.c
795
case
AVTAB_CHANGE
:
in validate_avtab_key()
H
A
D
kernel_to_cil.c
1738
case
AVTAB_CHANGE
:
in avtab_node_to_str()
H
A
D
kernel_to_conf.c
1715
case
AVTAB_CHANGE
:
in avtab_node_to_str()
H
A
D
write.c
101
AVTAB_CHANGE
,
/third_party/selinux/checkpolicy/test/
H
A
D
dispol.c
144
if (key->specified &
AVTAB_CHANGE
) {
in render_av_rule()
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_binary.c
989
avtab_key.specified =
AVTAB_CHANGE
;
in __cil_insert_type_rule()
Completed in 26 milliseconds