OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UV_FS_STAT
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-getters-setters.c
95
uv_fs_stat
(loop, fs, ".", NULL);
100
ASSERT_EQ(uv_fs_get_type(fs),
UV_FS_STAT
);
test-threadpool-cancel.c
111
case
UV_FS_STAT
:
351
ASSERT_OK(
uv_fs_stat
(loop, reqs + n++, "/", fs_cb));
test-fs.c
188
r =
uv_fs_stat
(NULL, &req, filename, NULL);
544
r =
uv_fs_stat
(NULL, &stat_req, req->path, NULL);
570
r =
uv_fs_stat
(NULL, &stat_req, req->path, NULL);
673
ASSERT(req->fs_type ==
UV_FS_STAT
|| req->fs_type == UV_FS_LSTAT);
682
ASSERT(req->fs_type ==
UV_FS_STAT
|| req->fs_type == UV_FS_LSTAT);
835
r =
uv_fs_stat
(loop, &req, path, NULL);
1246
r =
uv_fs_stat
(loop, &stat_req, "test_dir", stat_cb);
1250
r =
uv_fs_stat
(loop, &stat_req, "test_dir/", stat_cb);
1672
r =
uv_fs_stat
(loop, &req, test_file, NULL);
1676
r =
uv_fs_stat
(loop, &req_link, symlink_file, NULL)
[
all
...]
/src/external/mit/libuv/dist/include/
uv.h
1402
UV_FS_STAT
,
1451
uv_stat_t statbuf; /* Stores the result of
uv_fs_stat
() and uv_fs_fstat(). */
1551
UV_EXTERN int
uv_fs_stat
(uv_loop_t* loop,
1694
*
uv_fs_stat
() based polling file watcher.
/src/external/mit/libuv/dist/src/unix/
fs.c
1743
if (r == 0 && (req->fs_type ==
UV_FS_STAT
||
2155
int
uv_fs_stat
(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) {
function
linux.c
1205
case
UV_FS_STAT
:
/src/external/mit/libuv/dist/src/win/
fs.c
2073
* sure this really is a link before giving up here on the
uv_fs_stat
call,
3557
int
uv_fs_stat
(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb) {
function
3560
INIT(
UV_FS_STAT
);
Completed in 36 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026