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:base_resdir
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H
A
D
kvm-test-1-run.sh
75
base_resdir
=`echo $resdir | sed -e 's/\.[0-9]\+$//'`
76
if test "$
base_resdir
" != "$resdir" -a -f $
base_resdir
/bzImage -a -f $
base_resdir
/vmlinux
79
QEMU="`identify_qemu $
base_resdir
/vmlinux`"
81
KERNEL=$
base_resdir
/${BOOT_IMAGE##*/} # use the last component of ${BOOT_IMAGE}
82
ln -s $
base_resdir
/Make*.out $resdir # for kvm-recheck.sh
83
ln -s $
base_resdir
/.config $resdir # for kvm-recheck.sh
194
echo " gdb $
base_resdir
/vmlinux" > /dev/tty
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H
A
D
kvm-test-1-run.sh
73
base_resdir
=`echo $resdir | sed -e 's/\.[0-9]\+$//'`
74
if test "$
base_resdir
" != "$resdir" && test -f $
base_resdir
/bzImage && test -f $
base_resdir
/vmlinux
77
QEMU="`identify_qemu $
base_resdir
/vmlinux`"
79
KERNEL=$
base_resdir
/${BOOT_IMAGE##*/} # use the last component of ${BOOT_IMAGE}
80
ln -s $
base_resdir
/Make*.out $resdir # for kvm-recheck.sh
81
ln -s $
base_resdir
/.config $resdir # for kvm-recheck.sh
84
elif test "$
base_resdir
" != "$resdir"
87
ln -s $
base_resdir
/Mak
[all...]
Completed in 1 milliseconds