Home
last modified time | relevance | path

Searched refs:S_IFDIR (Results 1 – 3 of 3) sorted by relevance

/libuv/test/
H A Dtest-getters-setters.c28 # define S_IFDIR _S_IFDIR macro
103 ASSERT(uv_fs_get_statbuf(fs)->st_mode & S_IFDIR); in TEST_IMPL()
H A Dtest-fs.c54 # define S_IFDIR _S_IFDIR macro
534 ASSERT(((uv_stat_t*)stat_req.ptr)->st_mode & S_IFDIR); in check_mkdtemp_result()
2400 ASSERT(((uv_stat_t*)req.ptr)->st_mode & S_IFDIR); in test_symlink_dir_impl()
/libuv/src/unix/
H A Dkqueue.c539 (!uv__fstat(handle->event_watcher.fd, &statbuf) && !(statbuf.st_mode & S_IFDIR))) { in uv__fs_event()
608 if (!(statbuf.st_mode & S_IFDIR)) in uv_fs_event_start()

Completed in 16 milliseconds