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:class_value
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/checkpolicy/
H
A
D
module_compiler.c
736
int add_perm_to_class(uint32_t perm_value, uint32_t
class_value
)
in add_perm_to_class()
argument
742
assert(
class_value
>= 1);
in add_perm_to_class()
744
if (
class_value
> scope->class_perms_len) {
in add_perm_to_class()
747
class_value
* sizeof(*new_map));
in add_perm_to_class()
752
for (i = scope->class_perms_len; i <
class_value
; i++) {
in add_perm_to_class()
755
scope->class_perms_len =
class_value
;
in add_perm_to_class()
757
if (ebitmap_set_bit(scope->class_perms_map +
class_value
- 1,
in add_perm_to_class()
1149
static int is_perm_in_scope_index(uint32_t perm_value, uint32_t
class_value
,
in is_perm_in_scope_index()
argument
1152
if (
class_value
> scope->class_perms_len) {
in is_perm_in_scope_index()
1155
if (ebitmap_get_bit(scope->class_perms_map +
class_value
in is_perm_in_scope_index()
1162
is_perm_in_stack(uint32_t perm_value, uint32_t
class_value
, const scope_stack_t * stack)
is_perm_in_stack()
argument
[all...]
H
A
D
module_compiler.h
49
int add_perm_to_class(uint32_t perm_value, uint32_t
class_value
);
Completed in 3 milliseconds