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:srcdir
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/usr/
H
A
D
gen_initramfs.sh
88
local name="/${location#${
srcdir
}}"
101
[ "${location}" = "${
srcdir
}" ] && return 0
149
srcdir
=$(echo "$1" | sed -e 's://*:/:g')
150
dirlist=$(find "${
srcdir
}" -printf "%p %m %U %G\n" | LANG=C sort)
/kernel/linux/linux-6.6/usr/
H
A
D
gen_initramfs.sh
89
local name="/${location#${
srcdir
}}"
102
[ "${location}" = "${
srcdir
}" ] && return 0
150
srcdir
=$(echo "$1" | sed -e 's://*:/:g')
151
dirlist=$(find "${
srcdir
}" -printf "%p %m %U %G\n" | LC_ALL=C sort)
/kernel/linux/linux-6.6/tools/verification/dot2/
H
A
D
Makefile
7
srcdir
?= $(prefix)/src
macro
/kernel/linux/linux-6.6/Documentation/sphinx/
H
A
D
kerneldoc.py
141
doc = env.
srcdir
+ "/" + env.docname + ":" + str(self.lineno)
H
A
D
kfigure.py
258
src_fname = path.join(translator.builder.
srcdir
, img_node['uri'])
/kernel/linux/linux-5.10/Documentation/sphinx/
H
A
D
kerneldoc.py
151
doc = env.
srcdir
+ "/" + env.docname + ":" + str(self.lineno)
H
A
D
kfigure.py
217
src_fname = path.join(translator.builder.
srcdir
, img_node['uri'])
Completed in 3 milliseconds