Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/filesystems/fat/
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-v6.6/tools/testing/selftests/landlock/
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 …]