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:rtr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/libsepol/src/
H
A
D
mls.c
609
range_trans_t
rtr
;
in mls_compute_sid()
local
620
rtr
.source_type = scontext->type;
in mls_compute_sid()
621
rtr
.target_type = tcontext->type;
in mls_compute_sid()
622
rtr
.target_class = tclass;
in mls_compute_sid()
623
r = hashtab_search(policydb->range_tr, (hashtab_key_t) &
rtr
);
in mls_compute_sid()
H
A
D
policydb.c
3625
range_trans_rule_t *
rtr
= NULL, *lrtr = NULL;
in range_read()
local
3673
rtr
= malloc(sizeof(range_trans_rule_t));
in range_read()
3674
if (!
rtr
)
in range_read()
3676
range_trans_rule_init(
rtr
);
in range_read()
3678
if (ebitmap_set_bit(&
rtr
->stypes.types, rt->source_type - 1, 1))
in range_read()
3681
if (ebitmap_set_bit(&
rtr
->ttypes.types, rt->target_type - 1, 1))
in range_read()
3684
if (ebitmap_set_bit(&
rtr
->tclasses, rt->target_class - 1, 1))
in range_read()
3687
if (mls_range_to_semantic(r, &
rtr
->trange))
in range_read()
3691
lrtr->next =
rtr
;
in range_read()
3693
p->global->enabled->range_tr_rules =
rtr
;
in range_read()
[all...]
Completed in 9 milliseconds