Searched refs:TMP_DIR (Results 1 – 7 of 7) sorted by relevance
3 TMP_DIR=`mktemp -d /tmp/std.26.tmp.XXXXXX`11 if [ -f ${TMP_DIR}/${file} ]; then12 mv ${TMP_DIR}/${file} ${OPENL2TP_DIR}54 cp ${OPENL2TP_DIR}/ptest/test_procs.tcl $TMP_DIR55 cp ${OPENL2TP_DIR}/ptest/tunnel.test $TMP_DIR56 cp ${OPENL2TP_DIR}/ptest/session.test $TMP_DIR
15 TMP_DIR="$(mktemp -d /tmp/fat_tests_tmp.XXXXXX)"16 IMG_PATH="${TMP_DIR}/fat.img"17 MNT_PATH="${TMP_DIR}/mnt"22 rm -rf "${TMP_DIR}"
27 +TMP_DIR="$(readlink -f /tmp)"36 + 'start-stop-daemon -S -d $TMP_DIR -x true 2>&1; echo $?' \43 + 'output=$(start-stop-daemon -S -d $TMP_DIR -x pwd); echo $output' \44 + "$TMP_DIR\n" \50 + 'output=$(start-stop-daemon -S --chdir $TMP_DIR -x pwd); echo $output' \51 + "$TMP_DIR\n" \
50 declare -rx TMP_DIR="/tmp"186 mkdir -p "$TMP_DIR/$name"193 name_dir="$TMP_DIR/$name"229 dest_dir=$TMP_DIR256 if [ "$TMP_DIR" == "$dump_dir" ] || [ "$TMP_DIR/" == "$dump_dir" ]; then
25 if [ "$TMP_DIR" == "$dump_dir" ] || [ "$TMP_DIR/" == "$dump_dir" ]; then
41 #define TMP_DIR "tmp" macro45 static const char dir_s1d1[] = TMP_DIR "/s1d1";46 static const char file1_s1d1[] = TMP_DIR "/s1d1/f1";47 static const char file2_s1d1[] = TMP_DIR "/s1d1/f2";48 static const char dir_s1d2[] = TMP_DIR "/s1d1/s1d2";49 static const char file1_s1d2[] = TMP_DIR "/s1d1/s1d2/f1";50 static const char file2_s1d2[] = TMP_DIR "/s1d1/s1d2/f2";51 static const char dir_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3";52 static const char file1_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3/f1";53 static const char file2_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3/f2";[all …]
37 output_file_dir="$TMP_DIR/ldap_bmcdump"