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_user
(Results
1 - 3
of
3
) sorted by relevance
/third_party/selinux/libsepol/include/sepol/
H
A
D
user_record.h
11
struct
sepol_user
;
13
typedef struct
sepol_user
sepol_user_t;
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_binary.c
79
static int __cil_get_sepol_user_datum(policydb_t *pdb, struct cil_symtab_datum *datum, user_datum_t **
sepol_user
)
in __cil_get_sepol_user_datum()
argument
81
*
sepol_user
= hashtab_search(pdb->p_users.table, datum->fqn);
in __cil_get_sepol_user_datum()
82
if (*
sepol_user
== NULL) {
in __cil_get_sepol_user_datum()
682
user_datum_t *
sepol_user
= cil_malloc(sizeof(*
sepol_user
));
in cil_user_to_policydb()
local
683
user_datum_init(
sepol_user
);
in cil_user_to_policydb()
686
rc = symtab_insert(pdb, SYM_USERS, key,
sepol_user
, SCOPE_DECL, 0, &value);
in cil_user_to_policydb()
690
sepol_user
->s.value = value;
in cil_user_to_policydb()
696
user_datum_destroy(
sepol_user
);
in cil_user_to_policydb()
697
free(
sepol_user
);
in cil_user_to_policydb()
704
user_datum_t *
sepol_user
= NULL;
cil_user_bounds_to_policydb()
local
727
user_datum_t *
sepol_user
= NULL;
cil_userrole_to_policydb()
local
2544
user_datum_t *
sepol_user
= NULL;
__cil_constrain_expr_datum_to_sepol_expr()
local
3152
user_datum_t *
sepol_user
= NULL;
cil_userlevel_userrange_to_policydb()
local
3177
user_datum_t *
sepol_user
= NULL;
__cil_context_to_sepol_context()
local
[all...]
/third_party/selinux/libsepol/src/
H
A
D
user_record.c
9
struct
sepol_user
{
struct
Completed in 5 milliseconds