Searched refs:TMPBASE (Results 1 – 24 of 24) sorted by relevance
159 export TMPBASE="/tmp"170 cat /proc/partitions | awk '{print $4}' | tail -n 4 > $TMPBASE/partition-test172 part1=$(cat $TMPBASE/partition-test | tail -n 1)174 part2=$(cat $TMPBASE/partition-test | head -n 3 | tail -n 1)176 part3=$(cat $TMPBASE/partition-test | head -n 2 | tail -n 1)178 part4=$(cat $TMPBASE/partition-test | head -n 1)207 sort -R ${LTPROOT}/runtest/scsi_debug.part1 -o ${TMPBASE}/scsi_debug209 …n -e -S -a scsi_debug -n scsi_debug -l ${TMPBASE}/fs-scsi_debug.log -o ${TMPBASE}/fs-scsi_debug.ou…
27 export TMPBASE="/tmp"232 sort -R ${LTPROOT}/runtest/ltp-aio-stress.part1 -o ${TMPBASE}/ltp-aio-stress.part1234 …p-aiostresspart1 -l ltpaiostress.logfile -o ltpaiostress.outfile -p -f ${TMPBASE}/ltp-aio-stress.p…244 sort -R ${LTPROOT}/runtest/ltp-aio-stress.part2 -o ${TMPBASE}/ltp-aio-stress.part2246 …p-aiostresspart2 -l ltpaiostress.logfile -o ltpaiostress.outfile -p -f ${TMPBASE}/ltp-aio-stress.p…259 sort -R ${LTPROOT}/runtest/ltp-aiodio.part1 -o ${TMPBASE}/ltp-aiodio.part1261 …1 -n ltp-aiodiopart1 -l ltpaiodio1.logfile -o ltpaiodio1.outfile -p -f ${TMPBASE}/ltp-aiodio.part1…269 sort -R ${LTPROOT}/runtest/ltp-aiodio.part2 -o ${TMPBASE}/ltp-aiodio.part2271 …2 -n ltp-aiodiopart2 -l ltpaiodio2.logfile -o ltpaiodio2.outfile -p -f ${TMPBASE}/ltp-aiodio.part2…281 sort -R ${LTPROOT}/runtest/ltp-aiodio.part3 -o ${TMPBASE}/ltp-aiodio.part3[all …]
19 export TMPBASE="/tmp"34 tmpdir=$TMPBASE159 sort -R ${LTPROOT}/runtest/lvm.part1 -o ${TMPBASE}/lvm.part1161 ${LTPROOT}/bin/ltp-pan -e -S -a lvmpart1 -n lvmpart1 -l lvmlogfile -f ${TMPBASE}/lvm.part1 &191 sort -R ${LTPROOT}/runtest/lvm.part2 -o ${TMPBASE}/lvm.part2193 ${LTPROOT}/bin/ltp-pan -e -S -a lvmpart2 -n lvmpart2 -l lvmlogfile -f ${TMPBASE}/lvm.part2 &
16 export TMPBASE="/tmp"31 tmpdir=$TMPBASE
54 if [ -z "$LTPTMP" ] && [ -z "$TMPBASE" ]58 LTPTMP="$TMPBASE"
14 export TMPBASE="/tmp"34 tmpdir=$TMPBASE
116 TMPBASE=0127 export TMPBASE=$OPTARG128 TMP="${TMPBASE}/fs_di-$$"152 if [ $TMPBASE = "0" ]; then258 frag $TCtmp/testfile $TMPBASE266 cmp $TCtmp/testfile $TMPBASE/frag1276 rm -rf $TMPBASE/*
9 export TMPBASE="/tmp"21 tmpdir=$TMPBASE
16 export TMPBASE="/tmp"27 tmpdir=$TMPBASE
24 if [ -z "$LTPTMP" ] && [ -z "$TMPBASE" ]28 LTPTMP="$TMPBASE"
28 if [ -z "$LTPTMP" ] && [ -z "$TMPBASE" ]32 LTPTMP="$TMPBASE"
15 export TMPBASE="/tmp"
80 export TMPBASE="/tmp"258 export TMPBASE=$(readlink -f ${OPTARG}) ;;538 mkdir -m 777 -p $TMPBASE || \540 echo "FATAL: Unable to make temporary directory $TMPBASE"544 export TMPTEMPLATE="${TMPBASE}/ltp-XXXXXXXXXX"
104 * `export TMPBASE=/data/local/tmp/ltp/tmp/tmpbase`