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_stat_t
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/mit/libuv/dist/test/
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,
87
const
uv_stat_t
* curr) {
93
const
uv_stat_t
* prev,
94
const
uv_stat_t
* curr)
[
all
...]
test-fs.c
186
uv_stat_t
* s;
341
uv_stat_t
* s = req->ptr;
546
ASSERT(((
uv_stat_t
*)stat_req.ptr)->st_mode & S_IFDIR);
828
uv_stat_t
* s;
1489
uv_stat_t
* s;
1680
ASSERT_EQ(((
uv_stat_t
*)req.ptr)->st_dev, ((
uv_stat_t
*)req_link.ptr)->st_dev);
1698
uv_stat_t
* st;
2488
ASSERT(((
uv_stat_t
*)req.ptr)->st_mode & S_IFDIR);
2496
ASSERT(((
uv_stat_t
*)req.ptr)->st_mode & S_IFLNK)
[
all
...]
/src/external/mit/libuv/dist/src/
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;
189
uv_stat_t
* statbuf;
261
static int statbuf_eq(const
uv_stat_t
* a, const
uv_stat_t
* b) {
uv-data-getter-setters.c
109
uv_stat_t
* uv_fs_get_statbuf(uv_fs_t* req) {
/src/external/mit/libuv/dist/src/win/
fs.c
170
INLINE static void fs__stat_assign_statbuf_null(
uv_stat_t
* statbuf);
171
INLINE static void fs__stat_assign_statbuf(
uv_stat_t
* statbuf,
1702
uv_stat_t
* statbuf, int do_lstat) {
1738
INLINE static int fs__stat_handle(HANDLE handle,
uv_stat_t
* statbuf,
1830
INLINE static void fs__stat_assign_statbuf_null(
uv_stat_t
* statbuf) {
1831
memset(statbuf, 0, sizeof(
uv_stat_t
));
1840
INLINE static void fs__stat_assign_statbuf(
uv_stat_t
* statbuf,
1956
INLINE static DWORD fs__stat_directory(WCHAR* path,
uv_stat_t
* statbuf,
2132
uv_stat_t
* statbuf) {
2200
INLINE static int fs__fstat_handle(int fd, HANDLE handle,
uv_stat_t
* statbuf)
[
all
...]
/src/external/mit/libuv/dist/include/
uv.h
403
}
uv_stat_t
;
typedef in typeref:struct:__anon23778
413
const
uv_stat_t
* prev,
414
const
uv_stat_t
* curr);
1451
uv_stat_t
statbuf; /* Stores the result of uv_fs_stat() and uv_fs_fstat(). */
1460
UV_EXTERN
uv_stat_t
* uv_fs_get_statbuf(uv_fs_t*);
/src/external/mit/libuv/dist/src/unix/
fs.c
1433
static void uv__to_stat(struct stat* src,
uv_stat_t
* dst) {
1515
uv_stat_t
* buf) {
1572
static int uv__fs_stat(const char *path,
uv_stat_t
*buf) {
1588
static int uv__fs_lstat(const char *path,
uv_stat_t
*buf) {
1604
static int uv__fs_fstat(int fd,
uv_stat_t
*buf) {
internal.h
462
void uv__statx_to_stat(const struct uv__statx* statxbuf,
uv_stat_t
* buf);
linux.c
1123
void uv__statx_to_stat(const struct uv__statx* statxbuf,
uv_stat_t
* buf) {
1149
uv_stat_t
* buf;
Completed in 63 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026