/third_party/ltp/testcases/kernel/syscalls/inotify/ |
H A D | inotify07.c | 59 #define FILE_NAME "test_file" macro 60 #define FILE_PATH OVL_MNT"/"DIR_NAME"/"FILE_NAME 80 strcpy(event_set[test_cnt].name, FILE_NAME); in verify_inotify() 83 strcpy(event_set[test_cnt].name, FILE_NAME); in verify_inotify() 86 strcpy(event_set[test_cnt].name, FILE_NAME); in verify_inotify() 146 SAFE_TOUCH(OVL_LOWER"/"DIR_NAME"/"FILE_NAME, 0644, NULL); in setup()
|
H A D | inotify08.c | 57 #define FILE_NAME "test_file" macro 58 #define FILE_PATH OVL_MNT"/"FILE_NAME 84 SAFE_TOUCH(OVL_LOWER"/"FILE_NAME, 0644, NULL); in verify_inotify() 85 SAFE_TOUCH(OVL_UPPER"/"FILE_NAME, 0644, NULL); in verify_inotify() 137 SAFE_TOUCH(OVL_LOWER"/"FILE_NAME, 0644, NULL); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/chroot/ |
H A D | chroot03.c | 28 #define FILE_NAME "test_file" macro 59 SAFE_TOUCH(FILE_NAME, 0666, NULL); in setup() 75 {&file_name, .str = FILE_NAME},
|
/third_party/libexif/contrib/examples/ |
H A D | write-exif.c | 22 #define FILE_NAME "write-exif.jpg" macro 256 f = fopen(FILE_NAME, "wb"); in main() 258 fprintf(stderr, "Error creating file %s\n", FILE_NAME); in main() 264 fprintf(stderr, "Error writing to file %s\n", FILE_NAME); in main() 269 fprintf(stderr, "Error writing to file %s\n", FILE_NAME); in main() 273 fprintf(stderr, "Error writing to file %s\n", FILE_NAME); in main() 278 fprintf(stderr, "Error writing to file %s\n", FILE_NAME); in main() 283 fprintf(stderr, "Error writing to file %s\n", FILE_NAME); in main() 286 printf("Wrote file %s\n", FILE_NAME); in main() 291 fprintf(stderr, "Error writing to file %s\n", FILE_NAME); in main() [all...] |
/third_party/ltp/testcases/kernel/syscalls/chdir/ |
H A D | chdir01.c | 23 #define FILE_NAME "testfile" macro 87 fd = SAFE_CREAT(FILE_NAME, 0644); in setup() 161 {&file_name, .str = FILE_NAME},
|
/third_party/libfuse/test/ |
H A D | test_setattr.c | 31 #define FILE_NAME "truncate_me" macro 62 else if (strcmp(name, FILE_NAME) == 0) in tfs_lookup() 138 assert(snprintf(fname, PATH_MAX, "%s/" FILE_NAME, in test_fs()
|
H A D | test_write_cache.c | 32 #define FILE_NAME "write_me" macro 95 else if (strcmp(name, FILE_NAME) == 0) in tfs_lookup() 215 assert(snprintf(fname, PATH_MAX, "%s/" FILE_NAME, in test_fs()
|
/third_party/libfuse/example/ |
H A D | notify_store_retrieve.c | 80 #define FILE_NAME "current_time" macro 133 else if (strcmp(name, FILE_NAME) == 0) { in tfs_lookup() 211 dirbuf_add(req, &b, FILE_NAME, FILE_INO); in tfs_readdir()
|
H A D | notify_inval_inode.c | 81 #define FILE_NAME "current_time" macro 130 else if (strcmp(name, FILE_NAME) == 0) { in tfs_lookup() 208 dirbuf_add(req, &b, FILE_NAME, FILE_INO); in tfs_readdir()
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
H A D | uperf.cpp | 56 FILE_NAME, enumerator 156 if(options[FILE_NAME].doesOccur){ in init() 157 fileName = options[FILE_NAME].value; in init()
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
H A D | uperf.cpp | 56 FILE_NAME, enumerator 156 if(options[FILE_NAME].doesOccur){ in init() 157 fileName = options[FILE_NAME].value; in init()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify10.c | 83 #define FILE_NAME "testfile" macro 90 #define FILE_PATH DIR_PATH"/"FILE_NAME 92 #define FILE_PATH_MULTIDIR DIR_PATH_MULTI"/"FILE_NAME 98 #define FILE_MNT2 DIR_MNT2"/"FILE_NAME
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | PerfTest.java | 337 static final int FILE_NAME = 6; field in PerfTest 550 if (options[FILE_NAME].doesOccur) fileName = options[FILE_NAME].value; in parseOptions()
|