OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCRATCHDEV
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testscripts/
runEALtests.sh
199
# The fsx-linux tests use the
SCRATCHDEV
environment variable as a location
200
# that can be reformatted and run on. Set
SCRATCHDEV
if you want to run
202
unset
SCRATCHDEV
203
if [ -n "$
SCRATCHDEV
" ]; then
/external/ltp/
runltplite.sh
284
# The fsx-linux tests use the
SCRATCHDEV
environment variable as a location
285
# that can be reformatted and run on. Set
SCRATCHDEV
if you want to run
287
unset
SCRATCHDEV
288
[ -n "$
SCRATCHDEV
" ] && \
runltp
673
# The fsx-linux tests use the
SCRATCHDEV
environment variable as a location
674
# that can be reformatted and run on. Set
SCRATCHDEV
if you want to run
676
unset
SCRATCHDEV
677
[ -n "$
SCRATCHDEV
" ] && \
[
all
...]
Completed in 3503 milliseconds