Searched refs:touch_file (Results 1 – 11 of 11) sorted by relevance
/third_party/libuv/test/ |
D | test-fs-copyfile.c | 70 static void touch_file(const char* name, unsigned int size) { in touch_file() function 124 touch_file(src, 12); in TEST_IMPL() 143 touch_file(src, 0); in TEST_IMPL() 159 touch_file(src, 1); in TEST_IMPL() 166 touch_file(src, 4096 * 2); in TEST_IMPL()
|
D | test-fs-poll.c | 54 static void touch_file(const char* path) { in touch_file() function 79 touch_file(FIXTURE); in timer_cb() 116 touch_file(FIXTURE); in poll_cb()
|
D | test-fs-event.c | 99 static void touch_file(const char* name) { in touch_file() function 374 touch_file("watch_dir/file1"); in timer_cb_file() 376 touch_file("watch_dir/file2"); in timer_cb_file() 383 touch_file((char*) timer->data); in timer_cb_touch() 391 touch_file("watch_dir/file.js"); in timer_cb_exact() 802 touch_file("watch_dir/file1"); in TEST_IMPL() 910 touch_file("watch_dir/file"); in TEST_IMPL()
|
D | test-fork.c | 365 static void touch_file(const char* name) { in touch_file() function 391 touch_file("watch_file"); in timer_cb_touch()
|
/third_party/libpng/contrib/libtests/ |
D | pngunknown.c | 1121 const char *touch_file = NULL; in main() local 1137 touch_file = *++argv, --argc; in main() 1243 if (touch_file != NULL) in main() 1245 FILE *fsuccess = fopen(touch_file, "wt"); in main() 1256 fprintf(stderr, "%s: write failed\n", touch_file); in main() 1263 fprintf(stderr, "%s: open failed\n", touch_file); in main()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngunknown.c | 1121 const char *touch_file = NULL; in main() local 1137 touch_file = *++argv, --argc; in main() 1243 if (touch_file != NULL) in main() 1245 FILE *fsuccess = fopen(touch_file, "wt"); in main() 1256 fprintf(stderr, "%s: write failed\n", touch_file); in main() 1263 fprintf(stderr, "%s: open failed\n", touch_file); in main()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngunknown.c | 1121 const char *touch_file = NULL; in main() local 1137 touch_file = *++argv, --argc; in main() 1243 if (touch_file != NULL) in main() 1245 FILE *fsuccess = fopen(touch_file, "wt"); in main() 1256 fprintf(stderr, "%s: write failed\n", touch_file); in main() 1263 fprintf(stderr, "%s: open failed\n", touch_file); in main()
|
/third_party/boost/libs/static_string/doc/ |
D | Jamfile | 216 actions touch_file
|
/third_party/eudev/src/shared/ |
D | util.h | 232 int touch_file(const char *path, bool parents, usec_t stamp, uid_t uid, gid_t gid, mode_t mode);
|
D | util.c | 988 int touch_file(const char *path, bool parents, usec_t stamp, uid_t uid, gid_t gid, mode_t mode) { in touch_file() function 1028 return touch_file(path, false, USEC_INFINITY, UID_INVALID, GID_INVALID, 0); in touch()
|
/third_party/boost/libs/beast/doc/ |
D | Jamfile | 208 actions touch_file
|