Home
last modified time | relevance | path

Searched refs:TMP_DIR (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Drun-ptest3 TMP_DIR=`mktemp -d /tmp/std.26.tmp.XXXXXX`
11 if [ -f ${TMP_DIR}/${file} ]; then
12 mv ${TMP_DIR}/${file} ${OPENL2TP_DIR}
54 cp ${OPENL2TP_DIR}/ptest/test_procs.tcl $TMP_DIR
55 cp ${OPENL2TP_DIR}/ptest/tunnel.test $TMP_DIR
56 cp ${OPENL2TP_DIR}/ptest/session.test $TMP_DIR
/openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/
H A Dpackage15 mv "$name_dir" "$TMP_DIR/$name"
16 name_dir="$TMP_DIR/$name"
45 if [ "$TMP_DIR" == "$dump_dir" ] || [ "$TMP_DIR/" == "$dump_dir" ]; then
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0002-start-stop-daemon-fix-tests.patch27 +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" \
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Ddreport50 declare -rx TMP_DIR="/tmp"
188 if ! mkdir -p "$TMP_DIR/$name"; then
194 name_dir="$TMP_DIR/$name"
229 dump_dir=$TMP_DIR
260 if [ "$TMP_DIR" == "$dump_dir" ] || [ "$TMP_DIR/" == "$dump_dir" ]; then
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dldapdump37 output_file_dir="$TMP_DIR/ldap_bmcdump"