Searched refs:stat (Results 1 – 17 of 17) sorted by relevance
/libuv/test/ |
H A D | test-pipe-set-fchmod.c | 32 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 D | runner-unix.c | 355 struct stat buf; in process_output_size()
|
H A D | test-fs.c | 48 # ifndef stat 49 # define stat _stati64 macro 1252 struct stat s1, s2; in test_sendfile() 1299 ASSERT_OK(stat("test_file", &s1)); in test_sendfile() 1300 ASSERT_OK(stat("test_file2", &s2)); in test_sendfile() 1452 struct stat t; in TEST_IMPL()
|
/libuv/src/unix/ |
H A D | internal.h | 411 UV_UNUSED(static int uv__fstat(int fd, struct stat* s)) { in UV_UNUSED() 421 UV_UNUSED(static int uv__lstat(const char* path, struct stat* s)) { in UV_UNUSED() 431 UV_UNUSED(static int uv__stat(const char* path, struct stat* s)) { in UV_UNUSED() 434 rc = stat(path, s); in UV_UNUSED()
|
H A D | random-devurandom.c | 33 struct stat s; in uv__random_readpath()
|
H A D | tty.c | 105 struct stat sb; in uv__tty_is_slave() 389 struct stat s; in uv_guess_handle()
|
H A D | kqueue.c | 101 struct stat sb; in uv__io_check_fd() 529 struct stat statbuf; in uv__fs_event() 573 struct stat statbuf; in uv_fs_event_start()
|
H A D | fs.c | 549 struct stat buf; in uv__fs_read() 749 struct stat st; in uv__fs_readlink() 1245 struct stat src_statsbuf; in uv__fs_copyfile() 1246 struct stat dst_statsbuf; in uv__fs_copyfile() 1449 static void uv__to_stat(struct stat* src, uv_stat_t* dst) { in uv__to_stat() 1589 struct stat pbuf; in uv__fs_stat() 1605 struct stat pbuf; in uv__fs_lstat() 1621 struct stat pbuf; in uv__fs_fstat()
|
H A D | pipe.c | 449 struct stat pipe_stat; in uv_pipe_chmod()
|
H A D | aix.c | 442 struct stat statbuf; in uv__path_is_a_directory()
|
/libuv/docs/src/ |
H A D | fs_poll.rst | 8 :c:type:`uv_fs_event_t`, fs poll handles use `stat` to detect when a file has
|
H A D | fs_event.rst | 80 * as NFS mounts. This flag makes fs_event fall back to calling stat() on a
|
H A D | fs.rst | 48 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 D | filesystem.rst | 119 All the standard filesystem operations like ``unlink``, ``rmdir``, ``stat`` are
|
/libuv/ |
H A D | CMakeLists.txt | 503 test/benchmark-fs-stat.c
|
H A D | ChangeLog | 79 * linux: fix /proc/self/stat executable name parsing (Farzin Monsef) 186 * win,fs: use the new Windows fast stat API (Hüseyin Açacak) 3603 * unix: don't convert stat buffer when syscall fails (Ben Noordhuis) 3772 * linux: don't abort on malformed /proc/stat (Ben Noordhuis) 5363 * linux: relax assumption on /proc/stat parsing (Luca Bruno) 5376 * linux: relax assumption on /proc/stat parsing (Luca Bruno) 6275 * all platforms: nanosecond resolution support for uv_fs_[fl]stat (Timothy J.
|
/libuv/src/win/ |
H A D | fs.c | 2937 XX(STAT, stat) in uv__fs_work()
|
Completed in 84 milliseconds