Searched refs:DIR_NAME (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
H A D | inotify07.c | 57 #define DIR_NAME "test_dir" macro 58 #define DIR_PATH OVL_MNT"/"DIR_NAME 60 #define FILE_PATH OVL_MNT"/"DIR_NAME"/"FILE_NAME 145 SAFE_MKDIR(OVL_LOWER"/"DIR_NAME, 0755); in setup() 146 SAFE_TOUCH(OVL_LOWER"/"DIR_NAME"/"FILE_NAME, 0644, NULL); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
H A D | mkdir09.c | 21 #define DIR_NAME MNTPOINT "/X.%d" macro 41 sprintf(tmpdir, DIR_NAME, j); in test1() 61 sprintf(tmpdir, DIR_NAME, j); in test2() 133 sprintf(tmpdir, DIR_NAME, j); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify09.c | 71 #define DIR_NAME "testdir" macro 92 .event_path = DIR_NAME, 99 .event_path = DIR_NAME, 113 .event_path = DIR_NAME, 135 .event_path = DIR_NAME, 187 .event_path = DIR_NAME, 197 .event_path = DIR_NAME, 207 .event_path = DIR_NAME, 491 SAFE_MKDIR(DIR_NAME, 0755); in setup()
|
H A D | fanotify10.c | 82 #define DIR_NAME "testdir" macro 88 #define DIR_PATH MOUNT_PATH"/"DIR_NAME 97 #define DIR_MNT2 MNT2_PATH"/"DIR_NAME
|
/third_party/ltp/testcases/kernel/syscalls/chdir/ |
H A D | chdir01.c | 24 #define DIR_NAME "subdir" macro 71 SAFE_MKDIR(DIR_NAME, 0755); in setup() 163 {&dir_name, .str = DIR_NAME},
|
Completed in 3 milliseconds