Home
last modified time | relevance | path

Searched refs:touch_file (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs-copyfile.c70 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()
204 touch_file(dst, 0); in TEST_IMPL()
H A Dtest-fs-poll.c54 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()
H A Dtest-fs-event.c99 static void touch_file(const char* name) { in touch_file() function
357 touch_file("watch_dir/file1"); in timer_cb_file()
359 touch_file("watch_dir/file2"); in timer_cb_file()
366 touch_file((char*) timer->data); in timer_cb_touch()
374 touch_file("watch_dir/file.js"); in timer_cb_exact()
786 touch_file("watch_dir/file1"); in TEST_IMPL()
894 touch_file("watch_dir/file"); in TEST_IMPL()
H A Dtest-fork.c365 static void touch_file(const char* name) { in touch_file() function
391 touch_file("watch_file"); in timer_cb_touch()
/netbsd-src/external/gpl2/gmake/dist/
H A Dremake.c66 static int touch_file PARAMS ((struct file *file));
832 file->update_status = touch_file (file); in notice_finished_file()
1045 touch_file (struct file *file) in touch_file() function
H A DChangeLog1741 * remake.c (touch_file): Ditto.
2499 * remake.c (touch_file, name_mtime): Likewise.