Home
last modified time | relevance | path

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

/linux/scripts/
H A Dcheck-uapi.sh211 | (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_DIR
506 readonly INCOMPAT_LIST="${TMP_DIR}/incompat_list.txt"
509 readonly SUPPRESSIONS="${TMP_DIR}/suppressions.txt"
/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}"
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c65 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 …]
H A Dscoped_abstract_unix_test.c624 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()
H A Dcommon.h24 #define TMP_DIR "tmp" macro