/third_party/libexif/contrib/examples/ |
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()
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
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()
|
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/node/test/parallel/ |
D | test-trace-events-process-exit.js | 10 const FILE_NAME = path.join(tmpdir.path, 'node_trace.1.log'); constant 18 assert(fs.existsSync(FILE_NAME)); 19 fs.readFile(FILE_NAME, common.mustCall((err, data) => {
|
D | test-trace-events-none.js | 13 const FILE_NAME = path.join(tmpdir.path, 'node_trace.1.log'); constant 22 assert(fs.existsSync(FILE_NAME)); 24 fs.readFile(FILE_NAME, common.mustCall((err, data) => {
|
D | test-trace-events-net.js | 22 const FILE_NAME = path.join(tmpdir.path, 'node_trace.1.log'); constant 31 assert(fs.existsSync(FILE_NAME)); 32 fs.readFile(FILE_NAME, common.mustCall((err, data) => {
|
D | test-trace-events-http.js | 20 const FILE_NAME = path.join(tmpdir.path, 'node_trace.1.log'); constant 29 assert(fs.existsSync(FILE_NAME)); 30 fs.readFile(FILE_NAME, common.mustCall((err, data) => {
|
D | test-trace-events-threadpool.js | 26 const FILE_NAME = path.join(tmpdir.path, 'node_trace.1.log'); constant 43 assert(fs.existsSync(FILE_NAME)); 44 const data = fs.readFileSync(FILE_NAME);
|
D | test-trace-events-v8.js | 13 const FILE_NAME = path.join(tmpdir.path, 'node_trace.1.log'); constant 22 assert(fs.existsSync(FILE_NAME)); 23 fs.readFile(FILE_NAME, common.mustCall((err, data) => {
|
D | test-trace-events-all.js | 13 const FILE_NAME = path.join(tmpdir.path, 'node_trace.1.log'); constant 20 assert(fs.existsSync(FILE_NAME)); 21 fs.readFile(FILE_NAME, common.mustCall((err, data) => {
|
D | test-trace-events-async-hooks.js | 14 const FILE_NAME = path.join(tmpdir.path, 'node_trace.1.log'); constant 22 assert(fs.existsSync(FILE_NAME)); 23 fs.readFile(FILE_NAME, common.mustCall((err, data) => {
|
D | test-trace-events-binding.js | 22 const FILE_NAME = path.join(tmpdir.path, 'node_trace.1.log'); constant 32 assert(fs.existsSync(FILE_NAME)); 33 fs.readFile(FILE_NAME, common.mustCall((err, data) => {
|
D | test-trace-events-metadata.js | 14 const FILE_NAME = path.join(tmpdir.path, 'node_trace.1.log'); constant 22 assert(fs.existsSync(FILE_NAME)); 23 fs.readFile(FILE_NAME, common.mustCall((err, data) => {
|
/third_party/ltp/testcases/kernel/syscalls/chdir/ |
D | chdir01.c | 23 #define FILE_NAME "testfile" macro 38 {FILE_NAME, -1, ENOTDIR, -1, ENOTDIR}, 80 fd = SAFE_CREAT(FILE_NAME, 0644); in setup()
|
/third_party/libfuse/test/ |
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()
|
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/ |
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()
|
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()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify10.c | 77 #define FILE_NAME "testfile" macro 81 #define FILE_PATH MOUNT_PATH"/"FILE_NAME 85 #define FILE_MNT2 MNT2_PATH"/"FILE_NAME
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
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/ |
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/protobuf/cmake/ |
D | install.cmake | 67 function(_protobuf_auto_list FILE_NAME VARIABLE) 68 file(STRINGS ${FILE_NAME} _strings)
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
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()
|
/third_party/elfutils/libdwfl/ |
D | ChangeLog | 2819 incoming *FILE_NAME at the start.
|
/third_party/mindspore/patches/ |
D | 0004-cross-compile-ndkso-fp16-nnrt-train_capi.patch | 2134 -#define FILE_NAME (__builtin_strrchr(__FILE__, '/') ? __builtin_strrchr(__FILE__, '/') + 1 : __FIL…
|