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_EEXIST
(Results
1 - 11
of
11
) sorted by relevance
/third_party/selinux/libsepol/include/sepol/
H
A
D
errcodes.h
25
#define
SEPOL_EEXIST
(-EEXIST)
macro
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_symtab.c
99
} else if (rc !=
SEPOL_EEXIST
) {
in cil_symtab_insert()
191
return
SEPOL_EEXIST
;
in cil_complex_symtab_insert()
H
A
D
cil_build_ast.c
118
if (rc ==
SEPOL_EEXIST
) {
in cil_add_decl_to_symtab()
137
return
SEPOL_EEXIST
;
in cil_add_decl_to_symtab()
2369
if (rc ==
SEPOL_EEXIST
) {
in cil_gen_type()
2422
if (rc ==
SEPOL_EEXIST
) {
in cil_gen_typeattribute()
5527
if (rc ==
SEPOL_EEXIST
) {
in cil_gen_optional()
H
A
D
cil_binary.c
1189
if (rc ==
SEPOL_EEXIST
) {
in __cil_typetransition_to_avtab_helper()
2462
if (rc ==
SEPOL_EEXIST
) {
in cil_roletrans_to_policydb()
3297
if (rc ==
SEPOL_EEXIST
) {
in cil_rangetransition_to_policydb()
H
A
D
cil_copy_ast.c
2049
if (rc ==
SEPOL_EEXIST
) {
in __cil_copy_node_helper()
/third_party/selinux/libsepol/src/
H
A
D
avtab.c
156
return
SEPOL_EEXIST
;
in avtab_insert()
620
if (rc ==
SEPOL_EEXIST
)
in avtab_read()
H
A
D
hashtab.c
123
return
SEPOL_EEXIST
;
in hashtab_insert()
H
A
D
policydb.c
1678
} else if (rc ==
SEPOL_EEXIST
) {
in symtab_insert()
2617
return
SEPOL_EEXIST
;
in policydb_filetrans_insert()
2710
if (rc !=
SEPOL_EEXIST
)
in filename_trans_read_one_compat()
H
A
D
expand.c
1424
if (rc ==
SEPOL_EEXIST
) {
in expand_filename_trans_helper()
/third_party/selinux/checkpolicy/
H
A
D
policy_define.c
522
if (ret ==
SEPOL_EEXIST
) {
in define_common_perms()
554
if (ret ==
SEPOL_EEXIST
) {
in define_common_perms()
677
if (ret ==
SEPOL_EEXIST
) {
in define_av_perms()
3406
if (rc ==
SEPOL_EEXIST
) {
in define_filename_trans()
3424
if (rc ==
SEPOL_EEXIST
) {
in define_filename_trans()
/third_party/selinux/libsepol/cil/test/unit/
H
A
D
test_cil_build_ast.c
1633
CuAssertIntEquals(tc,
SEPOL_EEXIST
, rc);
in test_cil_gen_classmap_perm_dupeperm_neg()
Completed in 61 milliseconds