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:constraint_expr
(Results
1 - 5
of
5
) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/
H
A
D
constraint.h
32
typedef struct
constraint_expr
{
struct
63
struct
constraint_expr
*next; /* next expression */
/third_party/selinux/checkpolicy/
H
A
D
policy_define.c
3785
struct
constraint_expr
*expr, *e1 = NULL, *e2;
in define_cexpr()
3812
e2 = (struct
constraint_expr
*)arg1;
in define_cexpr()
3827
e2 = (struct
constraint_expr
*)arg1;
in define_cexpr()
3837
e1->next = (struct
constraint_expr
*)arg2;
in define_cexpr()
3840
e2 = (struct
constraint_expr
*)arg2;
in define_cexpr()
/third_party/selinux/libsepol/src/
H
A
D
kernel_to_cil.c
121
static char *constraint_expr_to_str(struct policydb *pdb, struct
constraint_expr
*expr, int *use_mls)
in constraint_expr_to_str()
123
struct
constraint_expr
*curr;
in constraint_expr_to_str()
H
A
D
kernel_to_conf.c
119
static char *constraint_expr_to_str(struct policydb *pdb, struct
constraint_expr
*expr, int *use_mls)
in constraint_expr_to_str()
121
struct
constraint_expr
*curr;
in constraint_expr_to_str()
H
A
D
module_to_cil.c
1708
static int constraint_expr_to_string(struct policydb *pdb, struct
constraint_expr
*exprs, char **expr_string)
in constraint_expr_to_string()
1711
struct
constraint_expr
*expr;
in constraint_expr_to_string()
Completed in 16 milliseconds