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:avrule_decl
(Results
1 - 3
of
3
) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/
H
A
D
policydb.h
449
/* a list of declarations for a particular
avrule_decl
*/
454
typedef struct
avrule_decl
{
struct
473
* from which this
avrule_decl
originated. */
476
struct
avrule_decl
*next;
499
/* decl_ids is a list of
avrule_decl
's that declare/require
561
/*
avrule_decl
index used for link/expand */
/third_party/selinux/libsepol/src/
H
A
D
module_to_cil.c
384
struct
avrule_decl
*decl;
in typealias_list_create()
497
struct
avrule_decl
*decl;
in is_id_in_scope_with_start()
3393
struct
avrule_decl
*decl = stack_peek(decl_stack);
in typealiases_to_cil()
3438
struct
avrule_decl
*decl = stack_peek(decl_stack);
in declared_scopes_to_cil()
3501
struct
avrule_decl
*decl = stack_peek(decl_stack);
in required_scopes_to_cil()
3527
// symbol in this
avrule_decl
to determine if it actually is
in required_scopes_to_cil()
3571
struct
avrule_decl
*decl = stack_peek(decl_stack);
in additive_scopes_to_cil()
3644
struct
avrule_decl
*decl;
in block_to_cil()
3728
struct
avrule_decl
*decl;
in module_block_to_cil()
3729
struct
avrule_decl
*decl_tm
in module_block_to_cil()
[all...]
/third_party/selinux/checkpolicy/
H
A
D
policy_parse.y
941
avrule_decls : avrule_decls
avrule_decl
942
|
avrule_decl
944
avrule_decl
: rbac_decl
label
Completed in 9 milliseconds