Searched refs:TMP_DIR (Results 1 – 2 of 2) sorted by relevance
15 TMP_DIR="$(mktemp -d /tmp/fat_tests_tmp.XXXX)"16 IMG_PATH="${TMP_DIR}/fat.img"17 MNT_PATH="${TMP_DIR}/mnt"22 rm -rf "${TMP_DIR}"
38 #define TMP_DIR "tmp" macro42 static const char dir_s1d1[] = TMP_DIR "/s1d1";43 static const char file1_s1d1[] = TMP_DIR "/s1d1/f1";44 static const char file2_s1d1[] = TMP_DIR "/s1d1/f2";45 static const char dir_s1d2[] = TMP_DIR "/s1d1/s1d2";46 static const char file1_s1d2[] = TMP_DIR "/s1d1/s1d2/f1";47 static const char file2_s1d2[] = TMP_DIR "/s1d1/s1d2/f2";48 static const char dir_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3";49 static const char file1_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3/f1";50 static const char file2_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3/f2";[all …]