Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 17 of 17) sorted by relevance

/libuv/test/
H A Dtest-pipe-set-fchmod.c32 struct stat stat_buf; in TEST_IMPL()
53 ASSERT_OK(stat(TEST_PIPENAME, &stat_buf)); in TEST_IMPL()
62 stat(TEST_PIPENAME, &stat_buf); in TEST_IMPL()
71 stat(TEST_PIPENAME, &stat_buf); in TEST_IMPL()
H A Drunner-unix.c355 struct stat buf; in process_output_size()
H A Dtest-fs.c48 # ifndef stat
49 # define stat _stati64 macro
1247 struct stat s1, s2; in test_sendfile()
1294 ASSERT_OK(stat("test_file", &s1)); in test_sendfile()
1295 ASSERT_OK(stat("test_file2", &s2)); in test_sendfile()
1447 struct stat t; in TEST_IMPL()
/libuv/src/unix/
H A Dinternal.h409 UV_UNUSED(static int uv__fstat(int fd, struct stat* s)) { in UV_UNUSED()
419 UV_UNUSED(static int uv__lstat(const char* path, struct stat* s)) { in UV_UNUSED()
429 UV_UNUSED(static int uv__stat(const char* path, struct stat* s)) { in UV_UNUSED()
432 rc = stat(path, s); in UV_UNUSED()
H A Drandom-devurandom.c33 struct stat s; in uv__random_readpath()
H A Dtty.c105 struct stat sb; in uv__tty_is_slave()
389 struct stat s; in uv_guess_handle()
H A Dkqueue.c102 struct stat sb; in uv__io_check_fd()
535 struct stat statbuf; in uv__fs_event()
579 struct stat statbuf; in uv_fs_event_start()
H A Dfs.c544 struct stat buf; in uv__fs_read()
744 struct stat st; in uv__fs_readlink()
1240 struct stat src_statsbuf; in uv__fs_copyfile()
1241 struct stat dst_statsbuf; in uv__fs_copyfile()
1444 static void uv__to_stat(struct stat* src, uv_stat_t* dst) { in uv__to_stat()
1584 struct stat pbuf; in uv__fs_stat()
1600 struct stat pbuf; in uv__fs_lstat()
1616 struct stat pbuf; in uv__fs_fstat()
H A Dpipe.c446 struct stat pipe_stat; in uv_pipe_chmod()
H A Daix.c442 struct stat statbuf; in uv__path_is_a_directory()
/libuv/docs/src/
H A Dfs_poll.rst8 :c:type:`uv_fs_event_t`, fs poll handles use `stat` to detect when a file has
H A Dfs_event.rst80 * as NFS mounts. This flag makes fs_event fall back to calling stat() on a
H A Dfs.rst48 Portable equivalent of ``struct stat``.
209 Stores the result of :c:func:`uv_fs_stat` and other stat requests.
349 Equivalent to :man:`stat(2)`, :man:`fstat(2)` and :man:`lstat(2)` respectively.
/libuv/docs/src/guide/
H A Dfilesystem.rst119 All the standard filesystem operations like ``unlink``, ``rmdir``, ``stat`` are
/libuv/
H A DChangeLog30 * linux: fix /proc/self/stat executable name parsing (Farzin Monsef)
137 * win,fs: use the new Windows fast stat API (Hüseyin Açacak)
3554 * unix: don't convert stat buffer when syscall fails (Ben Noordhuis)
3723 * linux: don't abort on malformed /proc/stat (Ben Noordhuis)
5314 * linux: relax assumption on /proc/stat parsing (Luca Bruno)
5327 * linux: relax assumption on /proc/stat parsing (Luca Bruno)
6226 * all platforms: nanosecond resolution support for uv_fs_[fl]stat (Timothy J.
H A DCMakeLists.txt503 test/benchmark-fs-stat.c
/libuv/src/win/
H A Dfs.c2935 XX(STAT, stat) in uv__fs_work()

Completed in 82 milliseconds