Lines Matching refs:TMP_DIR
25 #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";
39 static const char dir_s2d1[] = TMP_DIR "/s2d1";
40 static const char file1_s2d1[] = TMP_DIR "/s2d1/f1";
41 static const char dir_s2d2[] = TMP_DIR "/s2d1/s2d2";
42 static const char file1_s2d2[] = TMP_DIR "/s2d1/s2d2/f1";
43 static const char dir_s2d3[] = TMP_DIR "/s2d1/s2d2/s2d3";
44 static const char file1_s2d3[] = TMP_DIR "/s2d1/s2d2/s2d3/f1";
45 static const char file2_s2d3[] = TMP_DIR "/s2d1/s2d2/s2d3/f2";
47 static const char dir_s3d1[] = TMP_DIR "/s3d1";
49 static const char dir_s3d2[] = TMP_DIR "/s3d1/s3d2";
50 static const char dir_s3d3[] = TMP_DIR "/s3d1/s3d2/s3d3";
147 if (strcmp(walker, TMP_DIR) == 0) in remove_path()
160 create_directory(_metadata, TMP_DIR); in prepare_layout()
168 ASSERT_EQ(0, mount("tmp", TMP_DIR, "tmpfs", 0, "size=4m,mode=700")); in prepare_layout()
169 ASSERT_EQ(0, mount(NULL, TMP_DIR, NULL, MS_PRIVATE | MS_REC, NULL)); in prepare_layout()
176 EXPECT_EQ(0, umount(TMP_DIR)); in cleanup_layout()
178 EXPECT_EQ(0, remove_path(TMP_DIR)); in cleanup_layout()
1373 .path = TMP_DIR, in test_relative_path()
2098 static const char bind_dir_s1d3[] = TMP_DIR "/s2d1/s2d2/s1d3";
2099 static const char bind_file1_s1d3[] = TMP_DIR "/s2d1/s2d2/s1d3/f1";
2285 #define LOWER_BASE TMP_DIR "/lower"
2312 #define UPPER_BASE TMP_DIR "/upper"
2340 #define MERGE_BASE TMP_DIR "/merge"