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:classperm
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/libsepol/src/
H
A
D
policydb_validate.c
874
const class_perm_node_t *
classperm
;
in validate_avrules()
local
903
for (
classperm
= avrule->perms;
classperm
;
classperm
=
classperm
->next) {
in validate_avrules()
904
if (validate_value(
classperm
->tclass, &flavors[SYM_CLASSES]))
in validate_avrules()
906
if ((avrule->specified & AVRULE_TYPE) && validate_simpletype(
classperm
->data, p, flavors))
in validate_avrules()
H
A
D
module_to_cil.c
567
const struct class_perm_node *
classperm
;
in avrule_to_cil()
local
601
for (
classperm
= classperms;
classperm
!= NULL;
classperm
=
classperm
->next) {
in avrule_to_cil()
603
perms = sepol_av_to_string(pdb,
classperm
->tclass,
classperm
->data);
in avrule_to_cil()
611
pdb->p_class_val_to_name[
classperm
->tclass - 1],
in avrule_to_cil()
616
pdb->p_class_val_to_name[
classperm
->tclass - 1],
in avrule_to_cil()
617
pdb->p_type_val_to_name[
classperm
in avrule_to_cil()
689
const struct class_perm_node *
classperm
;
avrulex_to_cil()
local
[all...]
Completed in 5 milliseconds