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:data_dirs
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pe.h
237
uint32_t
data_dirs
; /* number of data dir entries */
member
271
uint32_t
data_dirs
; /* number of data dir entries */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
pe.h
250
uint32_t
data_dirs
; /* number of data dir entries */
member
284
uint32_t
data_dirs
; /* number of data dir entries */
member
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H
A
D
verify_pefile.c
64
ctx->n_data_dirents = pe32->
data_dirs
;
in pefile_parse_binary()
73
ctx->n_data_dirents = pe64->
data_dirs
;
in pefile_parse_binary()
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H
A
D
verify_pefile.c
64
ctx->n_data_dirents = pe32->
data_dirs
;
in pefile_parse_binary()
73
ctx->n_data_dirents = pe64->
data_dirs
;
in pefile_parse_binary()
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-mixer.c
2858
pa_dynarray *
data_dirs
;
in get_path_config_path()
local
2891
if (pa_get_data_dirs(&
data_dirs
) == 0) {
in get_path_config_path()
2895
PA_DYNARRAY_FOREACH(n,
data_dirs
, idx) {
in get_path_config_path()
2901
pa_dynarray_free(
data_dirs
);
in get_path_config_path()
2909
pa_dynarray_free(
data_dirs
);
in get_path_config_path()
Completed in 13 milliseconds