Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/landlock/
Dfs_test.c25 #define TMP_DIR "tmp" macro
29 static const char dir_s1d1[] = TMP_DIR "/s1d1";
30 static const char file1_s1d1[] = TMP_DIR "/s1d1/f1";
31 static const char file2_s1d1[] = TMP_DIR "/s1d1/f2";
32 static const char dir_s1d2[] = TMP_DIR "/s1d1/s1d2";
33 static const char file1_s1d2[] = TMP_DIR "/s1d1/s1d2/f1";
34 static const char file2_s1d2[] = TMP_DIR "/s1d1/s1d2/f2";
35 static const char dir_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3";
36 static const char file1_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3/f1";
37 static const char file2_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3/f2";
[all …]