Home
last modified time | relevance | path

Searched refs:TMP_DIR (Results 1 – 7 of 7) 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/linux/tools/testing/selftests/filesystems/fat/
H A Drun_fat_tests.sh15 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}"
/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"
186 mkdir -p "$TMP_DIR/$name"
193 name_dir="$TMP_DIR/$name"
229 dest_dir=$TMP_DIR
256 if [ "$TMP_DIR" == "$dump_dir" ] || [ "$TMP_DIR/" == "$dump_dir" ]; then
/openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/
H A Dpackage25 if [ "$TMP_DIR" == "$dump_dir" ] || [ "$TMP_DIR/" == "$dump_dir" ]; then
/openbmc/linux/tools/testing/selftests/landlock/
H A Dfs_test.c41 #define TMP_DIR "tmp" macro
45 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 …]
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dldapdump37 output_file_dir="$TMP_DIR/ldap_bmcdump"