OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scenfile
(Results
1 - 2
of
2
) sorted by null
/external/ltp/
runltplite.sh
123
local
scenfile
=""
261
while read
scenfile
; do
263
scenfile
=${LTPROOT}/runtest/$
scenfile
268
[ -f "$
scenfile
" ] || continue
270
cat $
scenfile
>> "$TMP/alltests" || {
306
for
scenfile
in `echo "$CMDFILES" | tr ',' ' '`
308
[ -f "$
scenfile
" ] ||
scenfile
="$LTPROOT/runtest/$
scenfile
"
[
all
...]
runltp
222
local
scenfile
=
621
while read
scenfile
; do
623
scenfile
=${LTPROOT}/runtest/$
scenfile
628
[ -f "$
scenfile
" ] || continue
630
cat $
scenfile
>> "$TMP/alltests" || {
648
for
scenfile
in `echo "$CMDFILES" | tr ',' ' '`
650
[ -f "$
scenfile
" ] ||
scenfile
="$LTPROOT/runtest/$
scenfile
"
[
all
...]
Completed in 143 milliseconds