Home
last modified time | relevance | path

Searched refs:uv_stat_t (Results 1 – 25 of 28) sorted by relevance

12

/third_party/libuv/test/
Dtest-fs-poll.c33 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 …]
Dtest-fs.c164 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/
Dfs-poll.c46 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()
Duv-data-getter-setters.c109 uv_stat_t* uv_fs_get_statbuf(uv_fs_t* req) { in uv_fs_get_statbuf()
/third_party/libuv/src/
Dfs-poll.c46 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()
Duv-data-getter-setters.c109 uv_stat_t* uv_fs_get_statbuf(uv_fs_t* req) { in uv_fs_get_statbuf()
/third_party/node/deps/uvwasi/src/
Duv_mapping.h12 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);
Duv_mapping.c202 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/
Dnode_stat_watcher.h60 const uv_stat_t* prev,
61 const uv_stat_t* curr);
Dnode_file.h128 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;
Dnode_stat_watcher.cc81 const uv_stat_t* prev, in Callback()
82 const uv_stat_t* curr) { in Callback()
Dnode_file-inl.h87 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()
Dnode_file.cc687 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()
DREADME.md924 const uv_stat_t* prev,
925 const uv_stat_t* curr) {
/third_party/libuv/docs/src/
Dfs_poll.rst19 …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
Dfs.rst36 .. 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/
Dfs_permission.cc22 const uv_stat_t* const s = static_cast<const uv_stat_t*>(req.ptr); in WildcardIfDir()
/third_party/libuv/include/
Duv.h370 } 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/
Duv.h370 } 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/
Duv.h368 } 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/
Dfs.c1432 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/
Dfs.c1453 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/
Dfs.c1707 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/
Dfs.c1707 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/
DChangeLog5119 * unix, windows: add extra fields to uv_stat_t (Saúl Ibarra Corretgé)

12