Searched refs:TMP_DIR (Results 1 – 5 of 5) sorted by relevance
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}"
211 | (cd "$TMP_DIR" && tar xf -)213 cd "${TMP_DIR}/${ref}-archive"230 printf "%s" "${TMP_DIR}/${ref}/usr"279 done < <(find "$TMP_DIR" -type f -name '*.error' | sort)323 local -r log="${TMP_DIR}/log/${file}.log"324 local -r error_log="${TMP_DIR}/log/${file}.error"502 TMP_DIR=$(mktemp -d)503 readonly TMP_DIR506 readonly INCOMPAT_LIST="${TMP_DIR}/incompat_list.txt"509 readonly SUPPRESSIONS="${TMP_DIR}/suppressions.txt"
76 static const char dir_s1d1[] = TMP_DIR "/s1d1";77 static const char file1_s1d1[] = TMP_DIR "/s1d1/f1";78 static const char file2_s1d1[] = TMP_DIR "/s1d1/f2";79 static const char dir_s1d2[] = TMP_DIR "/s1d1/s1d2";80 static const char file1_s1d2[] = TMP_DIR "/s1d1/s1d2/f1";81 static const char file2_s1d2[] = TMP_DIR "/s1d1/s1d2/f2";82 static const char dir_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3";83 static const char file1_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3/f1";84 static const char file2_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3/f2";86 static const char dir_s2d1[] = TMP_DIR "/s2d1";[all …]
735 static const char stream_path[] = TMP_DIR "/stream.sock";736 static const char dgram_path[] = TMP_DIR "/dgram.sock";770 ASSERT_EQ(0, mkdir(TMP_DIR, 0700)); in FIXTURE_SETUP()777 EXPECT_EQ(0, rmdir(TMP_DIR)); in FIXTURE_TEARDOWN()
23 #define TMP_DIR "tmp" macro