Searched refs:TMP_DIR (Results 1 – 5 of 5) sorted by relevance
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"
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}"
65 static const char dir_s1d1[] = TMP_DIR "/s1d1";66 static const char file1_s1d1[] = TMP_DIR "/s1d1/f1";67 static const char file2_s1d1[] = TMP_DIR "/s1d1/f2";68 static const char dir_s1d2[] = TMP_DIR "/s1d1/s1d2";69 static const char file1_s1d2[] = TMP_DIR "/s1d1/s1d2/f1";70 static const char file2_s1d2[] = TMP_DIR "/s1d1/s1d2/f2";71 static const char dir_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3";72 static const char file1_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3/f1";73 static const char file2_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3/f2";75 static const char dir_s2d1[] = TMP_DIR "/s2d1";[all …]
624 static const char stream_path[] = TMP_DIR "/stream.sock";625 static const char dgram_path[] = TMP_DIR "/dgram.sock";659 ASSERT_EQ(0, mkdir(TMP_DIR, 0700)); in FIXTURE_SETUP()666 EXPECT_EQ(0, rmdir(TMP_DIR)); in FIXTURE_TEARDOWN()
24 #define TMP_DIR "tmp" macro