Searched refs:WORK_DIR (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/test/java/rmi/reliability/
H A Dlaunch_reliability.ksh33 WORK_DIR=$2
44 if [ "${WORK_DIR}" = "" ] ; then
45 WORK_DIR=`pwd`
69 export WORK_DIR
78 echo "WORK_DIR : $WORK_DIR "
101 rm -rf ${WORK_DIR}/rmibench_scratch
102 rm -rf ${WORK_DIR}/serialbench_scratch
103 rm -rf ${WORK_DIR}/juicer_scratch
104 mkdir -p ${WORK_DIR}/rmibench_scratc
[all...]
/openjdk9/jdk/test/java/rmi/reliability/scripts/
H A Drun_serialbench.ksh32 WORK_DIR=$1
41 echo " WORK_DIR : $WORK_DIR "
49 -d $WORK_DIR \
57 -cp $WORK_DIR \
H A Drun_juicer.ksh32 WORK_DIR=$1
41 echo " WORK_DIR : $WORK_DIR "
49 -d $WORK_DIR \
56 -cp $WORK_DIR \
66 -cp $WORK_DIR \
H A Drun_rmibench.ksh32 WORK_DIR=$1
41 echo " WORK_DIR : $WORK_DIR "
49 -d $WORK_DIR \
58 -cp $WORK_DIR \
72 -cp $WORK_DIR \
/openjdk9/common/bin/
H A Dcompare.sh173 WORK_DIR=$3
175 mkdir -p $WORK_DIR
177 (cd $OTHER_DIR && $FIND . -type d | $SORT > $WORK_DIR/dirs_other)
178 (cd $THIS_DIR && $FIND . -type d | $SORT > $WORK_DIR/dirs_this)
180 $DIFF $WORK_DIR/dirs_other $WORK_DIR/dirs_this > $WORK_DIR/dirs_diff
183 if [ -s $WORK_DIR/dirs_diff ]; then
187 ONLY_OTHER=$($GREP '<' $WORK_DIR/dirs_diff)
190 $GREP '<' $WORK_DIR/dirs_dif
[all...]
/openjdk9/jdk/test/sun/management/jmxremote/bootstrap/
H A DCustomLauncherTest.java57 private static final String WORK_DIR = System.getProperty("user.dir"); field in class:CustomLauncherTest
254 Path localLauncherPath = FS.getPath(WORK_DIR, "launcher");

Completed in 200 milliseconds