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:exclude_list
(Results
1 - 3
of
3
) sorted by relevance
/third_party/selinux/libselinux/include/selinux/
H
A
D
restorecon.h
157
* @
exclude_list
: containing a NULL terminated list of one or more
160
extern void selinux_restorecon_set_exclude_list(const char **
exclude_list
);
/third_party/lwip/src/apps/http/makefsdata/
H
A
D
makefsdata.c
146
const char *
exclude_list
= NULL;
variable
252
exclude_list
= &argv[i][3];
in main()
253
printf("Excluding files with extensions %s" NEWLINE,
exclude_list
);
in main()
897
return (
exclude_list
!= NULL) && ext_in_list(filename,
exclude_list
);
in file_to_exclude()
/third_party/selinux/libselinux/src/
H
A
D
selinux_restorecon.c
1501
void selinux_restorecon_set_exclude_list(const char **
exclude_list
)
in selinux_restorecon_set_exclude_list()
argument
1506
for (i = 0;
exclude_list
[i]; i++) {
in selinux_restorecon_set_exclude_list()
1507
if (lstat(
exclude_list
[i], &sb) < 0 && errno != EACCES) {
in selinux_restorecon_set_exclude_list()
1510
exclude_list
[i]);
in selinux_restorecon_set_exclude_list()
1513
if (add_exclude(
exclude_list
[i], CALLER_EXCLUDED) &&
in selinux_restorecon_set_exclude_list()
Completed in 5 milliseconds