HomeSort by: relevance | last modified time | path
    Searched defs:watch_dir (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-fs-event.c 171 "watch_dir/%s%d",
257 "watch_dir/subdir/%s%d",
391 touch_file("watch_dir/file1");
393 touch_file("watch_dir/file2");
408 touch_file("watch_dir/file.js");
455 delete_file("watch_dir/file2");
456 delete_file("watch_dir/file1");
457 delete_dir("watch_dir/");
458 create_dir("watch_dir");
462 r = uv_fs_event_start(&fs_event, fs_event_cb_dir_multi_file, "watch_dir", 0)
1111 const char* const watch_dir[] = { local
    [all...]

Completed in 19 milliseconds