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:sepol_context
(Results
1 - 3
of
3
) sorted by relevance
/third_party/selinux/libsepol/include/sepol/
H
A
D
context_record.h
10
struct
sepol_context
;
11
typedef struct
sepol_context
sepol_context_t;
/third_party/selinux/libsepol/src/
H
A
D
context_record.c
10
struct
sepol_context
{
struct
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_binary.c
3173
static int __cil_context_to_sepol_context(policydb_t *pdb, struct cil_context *cil_context, context_struct_t *
sepol_context
)
in __cil_context_to_sepol_context()
argument
3190
sepol_context
->user = sepol_user->s.value;
in __cil_context_to_sepol_context()
3191
sepol_context
->role = sepol_role->s.value;
in __cil_context_to_sepol_context()
3192
sepol_context
->type = sepol_type->s.value;
in __cil_context_to_sepol_context()
3195
mls_context_init(
sepol_context
);
in __cil_context_to_sepol_context()
3197
rc = __cil_levelrange_to_mls_range(pdb, cil_lvlrange, &
sepol_context
->range);
in __cil_context_to_sepol_context()
3200
mls_context_destroy(
sepol_context
);
in __cil_context_to_sepol_context()
Completed in 8 milliseconds