/third_party/libuv/test/ |
D | test-fs-poll.c | 33 const uv_stat_t* prev, 34 const uv_stat_t* curr); 38 const uv_stat_t* prev, 39 const uv_stat_t* curr); 42 const uv_stat_t* prev, 43 const uv_stat_t* curr); 86 const uv_stat_t* prev, in poll_cb_fail() 87 const uv_stat_t* curr) { in poll_cb_fail() 93 const uv_stat_t* prev, in poll_cb_noop() 94 const uv_stat_t* curr) { in poll_cb_noop() [all …]
|
D | test-fs.c | 164 uv_stat_t* s; in check_permission() 278 uv_stat_t* s = req->ptr; in fstat_cb() 483 ASSERT(((uv_stat_t*)stat_req.ptr)->st_mode & S_IFDIR); in check_mkdtemp_result() 756 uv_stat_t* s; in check_utime() 1337 uv_stat_t* s; in TEST_IMPL() 2150 ASSERT(((uv_stat_t*)req.ptr)->st_mode & S_IFDIR); in test_symlink_dir_impl() 2158 ASSERT(((uv_stat_t*)req.ptr)->st_mode & S_IFLNK); in test_symlink_dir_impl() 2160 ASSERT(((uv_stat_t*)req.ptr)->st_size == strlen(test_dir + 4)); in test_symlink_dir_impl() 2164 ASSERT(((uv_stat_t*)req.ptr)->st_size == strlen("test_dir_symlink")); in test_symlink_dir_impl() 2166 ASSERT(((uv_stat_t*)req.ptr)->st_size == strlen(test_dir)); in test_symlink_dir_impl() [all …]
|
/third_party/node/deps/uv/src/ |
D | fs-poll.c | 46 uv_stat_t statbuf; 51 static int statbuf_eq(const uv_stat_t* a, const uv_stat_t* b); 56 static uv_stat_t zero_statbuf; 186 uv_stat_t* statbuf; in poll_cb() 258 static int statbuf_eq(const uv_stat_t* a, const uv_stat_t* b) { in statbuf_eq()
|
D | uv-data-getter-setters.c | 109 uv_stat_t* uv_fs_get_statbuf(uv_fs_t* req) { in uv_fs_get_statbuf()
|
/third_party/libuv/src/ |
D | fs-poll.c | 46 uv_stat_t statbuf; 51 static int statbuf_eq(const uv_stat_t* a, const uv_stat_t* b); 56 static uv_stat_t zero_statbuf; 186 uv_stat_t* statbuf; in poll_cb() 258 static int statbuf_eq(const uv_stat_t* a, const uv_stat_t* b) { in statbuf_eq()
|
D | uv-data-getter-setters.c | 109 uv_stat_t* uv_fs_get_statbuf(uv_fs_t* req) { in uv_fs_get_statbuf()
|
/third_party/node/deps/uvwasi/src/ |
D | uv_mapping.h | 12 uvwasi_filetype_t uvwasi__stat_to_filetype(const uv_stat_t* stat); 13 void uvwasi__stat_to_filestat(const uv_stat_t* stat, uvwasi_filestat_t* fs);
|
D | uv_mapping.c | 202 uvwasi_filetype_t uvwasi__stat_to_filetype(const uv_stat_t* stat) { in uvwasi__stat_to_filetype() 238 void uvwasi__stat_to_filestat(const uv_stat_t* stat, uvwasi_filestat_t* fs) { in uvwasi__stat_to_filestat()
|
/third_party/node/src/ |
D | node_stat_watcher.h | 60 const uv_stat_t* prev, 61 const uv_stat_t* curr);
|
D | node_file.h | 128 virtual void ResolveStat(const uv_stat_t* stat) = 0; 185 void ResolveStat(const uv_stat_t* stat) override; 198 const uv_stat_t* s, 203 const uv_stat_t* s, 223 inline void ResolveStat(const uv_stat_t* stat) override;
|
D | node_stat_watcher.cc | 81 const uv_stat_t* prev, in Callback() 82 const uv_stat_t* curr) { in Callback()
|
D | node_file-inl.h | 87 const uv_stat_t* s, in FillStatsArray() 132 const uv_stat_t* s, in FillGlobalStatsArray() 244 void FSReqPromise<AliasedBufferT>::ResolveStat(const uv_stat_t* stat) { in ResolveStat()
|
D | node_file.cc | 687 void FSReqCallback::ResolveStat(const uv_stat_t* stat) { in ResolveStat() 1109 const uv_stat_t* const s = static_cast<const uv_stat_t*>(req.ptr); in InternalModuleStat() 1145 static_cast<const uv_stat_t*>(req_wrap_sync.req.ptr)); in Stat() 1179 static_cast<const uv_stat_t*>(req_wrap_sync.req.ptr)); in LStat() 1211 static_cast<const uv_stat_t*>(req_wrap_sync.req.ptr)); in FStat()
|
D | README.md | 924 const uv_stat_t* prev, 925 const uv_stat_t* curr) {
|
/third_party/libuv/docs/src/ |
D | fs_poll.rst | 19 …id (*uv_fs_poll_cb)(uv_fs_poll_t* handle, int status, const uv_stat_t* prev, const uv_stat_t* curr) 30 :c:type:`uv_stat_t` structs. They are valid for the duration of the
|
D | fs.rst | 36 .. c:type:: uv_stat_t 59 } uv_stat_t; 186 .. c:member:: uv_stat_t uv_fs_t.statbuf 514 .. c:function:: uv_stat_t* uv_fs_get_statbuf(uv_fs_t* req)
|
/third_party/node/src/permission/ |
D | fs_permission.cc | 22 const uv_stat_t* const s = static_cast<const uv_stat_t*>(req.ptr); in WildcardIfDir()
|
/third_party/libuv/include/ |
D | uv.h | 370 } uv_stat_t; typedef 380 const uv_stat_t* prev, 381 const uv_stat_t* curr); 1366 uv_stat_t statbuf; /* Stores the result of uv_fs_stat() and uv_fs_fstat(). */ 1375 UV_EXTERN uv_stat_t* uv_fs_get_statbuf(uv_fs_t*);
|
/third_party/node/deps/uv/include/ |
D | uv.h | 370 } uv_stat_t; typedef 380 const uv_stat_t* prev, 381 const uv_stat_t* curr); 1339 uv_stat_t statbuf; /* Stores the result of uv_fs_stat() and uv_fs_fstat(). */ 1348 UV_EXTERN uv_stat_t* uv_fs_get_statbuf(uv_fs_t*);
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 368 } uv_stat_t; typedef 378 const uv_stat_t* prev, 379 const uv_stat_t* curr); 1323 uv_stat_t statbuf; /* Stores the result of uv_fs_stat() and uv_fs_fstat(). */ 1331 UV_EXTERN uv_stat_t* uv_fs_get_statbuf(uv_fs_t*);
|
/third_party/node/deps/uv/src/unix/ |
D | fs.c | 1432 static void uv__to_stat(struct stat* src, uv_stat_t* dst) { in uv__to_stat() 1514 uv_stat_t* buf) { in uv__fs_statx() 1590 static int uv__fs_stat(const char *path, uv_stat_t *buf) { in uv__fs_stat() 1606 static int uv__fs_lstat(const char *path, uv_stat_t *buf) { in uv__fs_lstat() 1622 static int uv__fs_fstat(int fd, uv_stat_t *buf) { in uv__fs_fstat()
|
/third_party/libuv/src/unix/ |
D | fs.c | 1453 static void uv__to_stat(struct stat* src, uv_stat_t* dst) { in uv__to_stat() 1535 uv_stat_t* buf) { in uv__fs_statx() 1611 static int uv__fs_stat(const char *path, uv_stat_t *buf) { in uv__fs_stat() 1627 static int uv__fs_lstat(const char *path, uv_stat_t *buf) { in uv__fs_lstat() 1643 static int uv__fs_fstat(int fd, uv_stat_t *buf) { in uv__fs_fstat()
|
/third_party/node/deps/uv/src/win/ |
D | fs.c | 1707 INLINE static int fs__stat_handle(HANDLE handle, uv_stat_t* statbuf, in fs__stat_handle() 1865 uv_stat_t* statbuf) { in fs__stat_impl_from_path() 2067 uv_stat_t statbuf; in fs__copyfile() 2068 uv_stat_t new_statbuf; in fs__copyfile()
|
/third_party/libuv/src/win/ |
D | fs.c | 1707 INLINE static int fs__stat_handle(HANDLE handle, uv_stat_t* statbuf, in fs__stat_handle() 1865 uv_stat_t* statbuf) { in fs__stat_impl_from_path() 2067 uv_stat_t statbuf; in fs__copyfile() 2068 uv_stat_t new_statbuf; in fs__copyfile()
|
/third_party/node/deps/uv/ |
D | ChangeLog | 5119 * unix, windows: add extra fields to uv_stat_t (Saúl Ibarra Corretgé)
|