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:kconfig_file
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H
A
D
vmtest.sh
148
local
kconfig_file
="$2"
150
rm -f "$
kconfig_file
" 2> /dev/null
154
cat "$kconfig_src" >> "$
kconfig_file
"
161
local
kconfig_file
="$2"
163
if [[ -f "${
kconfig_file
}" ]]; then
164
local local_modified="$(stat -c %Y "${
kconfig_file
}")"
173
do_update_kconfig "$kernel_checkout" "$
kconfig_file
"
180
do_update_kconfig "$kernel_checkout" "$
kconfig_file
"
243
local
kconfig_file
="${OUTPUT_DIR}/latest.config"
244
local make_command="make -j ${NUM_COMPILE_JOBS} KCONFIG_CONFIG=${
kconfig_file
}"
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
vmtest.sh
280
local
kconfig_file
="$2"
282
rm -f "$
kconfig_file
" 2> /dev/null
286
cat "$kconfig_src" >> "$
kconfig_file
"
293
local
kconfig_file
="$2"
295
if [[ -f "${
kconfig_file
}" ]]; then
296
local local_modified="$(stat -c %Y "${
kconfig_file
}")"
305
do_update_kconfig "$kernel_checkout" "$
kconfig_file
"
312
do_update_kconfig "$kernel_checkout" "$
kconfig_file
"
384
local
kconfig_file
="${OUTPUT_DIR}/latest.config"
385
local make_command="make -j ${NUM_COMPILE_JOBS} KCONFIG_CONFIG=${
kconfig_file
}"
[all...]
Completed in 1 milliseconds