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:cur_perm
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/libsepol/src/
H
A
D
link.c
1230
class_perm_node_t *
cur_perm
, *new_perm, *tail_perm = NULL;
in copy_avrule_list()
local
1252
cur_perm
= cur->perms;
in copy_avrule_list()
1254
while (
cur_perm
) {
in copy_avrule_list()
1262
module->map[SYM_CLASSES][
cur_perm
->tclass - 1];
in copy_avrule_list()
1268
module->perm_map_len[
cur_perm
->tclass - 1];
in copy_avrule_list()
1270
if (!(
cur_perm
->data & (UINT32_C(1) << i)))
in copy_avrule_list()
1275
perm_map[
cur_perm
->tclass - 1][i] -
in copy_avrule_list()
1280
module->map[SYM_TYPES][
cur_perm
->data - 1];
in copy_avrule_list()
1290
cur_perm
=
cur_perm
in copy_avrule_list()
[all...]
H
A
D
expand.c
2640
class_perm_node_t *
cur_perm
, *new_perm, *tail_perm;
in copy_neverallow()
local
2674
cur_perm
= source_rule->perms;
in copy_neverallow()
2676
while (
cur_perm
) {
in copy_neverallow()
2682
new_perm->tclass =
cur_perm
->tclass;
in copy_neverallow()
2686
new_perm->data =
cur_perm
->data;
in copy_neverallow()
2694
cur_perm
=
cur_perm
->next;
in copy_neverallow()
2725
cur_perm
= avrule->perms;
in copy_neverallow()
2726
while (
cur_perm
) {
in copy_neverallow()
2727
tail_perm =
cur_perm
in copy_neverallow()
[all...]
Completed in 6 milliseconds