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:oldrun
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H
A
D
kvm-remote.sh
40
#
oldrun
: `pwd`/tools/testing/.../res/$otherds
76
oldrun
="`grep -m 1 "^Results directory: " $T/kvm.sh.out | awk '{ print $3 }'`"
77
touch "$
oldrun
/remote-log"
78
echo $scriptname $args >> "$
oldrun
/remote-log"
79
echo | tee -a "$
oldrun
/remote-log"
80
echo " ----" kvm.sh output: "(`date`)" | tee -a "$
oldrun
/remote-log"
81
cat $T/kvm.sh.out | tee -a "$
oldrun
/remote-log"
83
rm -f "$
oldrun
"/*/buildonly
84
kvm-again.sh $
oldrun
--dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1
88
echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$
oldrun
/remot
[all...]
H
A
D
kvm-again.sh
24
oldrun
=$1
26
if ! test -d "$
oldrun
"
31
if ! cp "$
oldrun
/scenarios" $T/scenarios.
oldrun
34
echo Prior run batches file does not exist: $
oldrun
/batches
38
if test -f "$
oldrun
/torture_suite"
40
torture_suite="`cat $
oldrun
/torture_suite`"
41
elif test -f "$
oldrun
/TORTURE_SUITE"
43
torture_suite="`cat $
oldrun
/TORTURE_SUITE`"
45
echo "Prior run torture_suite file does not exist: $
oldrun
/{torture_suit
[all...]
Completed in 1 milliseconds