Searched refs:DIR_PATH (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
H A D | inotify07.c | 58 #define DIR_PATH OVL_MNT"/"DIR_NAME macro 73 SAFE_CHMOD(DIR_PATH, 0755); in verify_inotify() 152 wd = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, DIR_PATH, IN_ALL_EVENTS); in setup() 155 SAFE_STAT(DIR_PATH, &buf); in setup() 156 tst_res(TINFO, DIR_PATH " ino=%lu", buf.st_ino); in setup() 162 SAFE_CHMOD(DIR_PATH, 0700); in setup() 165 SAFE_STAT(DIR_PATH, &buf); in setup() 166 tst_res(TINFO, DIR_PATH " ino=%lu", buf.st_ino); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify10.c | 88 #define DIR_PATH MOUNT_PATH"/"DIR_NAME macro 89 #define DIR_PATH_MULTI DIR_PATH"%d" 90 #define FILE_PATH DIR_PATH"/"FILE_NAME 93 #define FILE2_PATH DIR_PATH"/"FILE2_NAME 94 #define SUBDIR_PATH DIR_PATH"/"SUBDIR_NAME 312 .mark_path_fmt = DIR_PATH, 314 .ignore_path_fmt = DIR_PATH, 324 .ignore_path_fmt = DIR_PATH, 334 .ignore_path_fmt = DIR_PATH, 344 .ignore_path_fmt = DIR_PATH, [all...] |
Completed in 2 milliseconds