Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 34) sorted by relevance

12

/libuv/test/
H A Dbenchmark-fs-stat.c32 #define sync_stat(req, path) \ argument
40 const char* path; member
46 static void warmup(const char* path) { in warmup()
62 static void sync_bench(const char* path) { in sync_bench()
94 static void async_bench(const char* path) { in async_bench()
132 const char path[] = "."; in BENCHMARK_IMPL() local
H A Dtest-dlerror.c28 const char* path = "test/fixtures/load_error.node"; in TEST_IMPL() local
H A Dtest-get-currentexe.c43 char path[PATHMAX]; in TEST_IMPL() local
H A Dtest-fs-readdir.c100 const char* path; in TEST_IMPL() local
182 const char* path; in TEST_IMPL() local
234 const char* path; in TEST_IMPL() local
H A Dtest-pipe-connect-error.c81 const char* path = "test/fixtures/empty_file"; in TEST_IMPL() local
H A Dtest-fs-event.c127 const char* path, in fail_cb()
729 const char path[] = "test/fixtures/empty_file"; in TEST_IMPL() local
810 char path[] = "\\\\?\\X:\\bootsect.bak"; in TEST_IMPL() local
1171 static void fs_event_cb_stop(uv_fs_event_t* handle, const char* path, in fs_event_cb_stop()
1180 char path[] = "fs_event_stop_in_cb.txt"; in TEST_IMPL() local
H A Dtest-pipe-bind-error.c173 char path[512]; in TEST_IMPL() local
H A Dtest-fs.c63 const char* path; member
812 static void check_utime(const char* path, in check_utime()
2668 const char* path = "test_file"; in TEST_IMPL() local
2715 const char path[] = "test_file"; in TEST_IMPL() local
2789 const char* path = "test_file"; in TEST_IMPL() local
2853 const char* path = "test_file"; in TEST_IMPL() local
2944 const char* path; in TEST_IMPL() local
2981 const char* path; in TEST_IMPL() local
3014 const char* path; in TEST_IMPL() local
3055 const char* path; in TEST_IMPL() local
H A Dtest-fs-poll.c54 static void touch_file(const char* path) { in touch_file()
H A Drunner-win.c76 WCHAR path[MAX_PATH], filename[MAX_PATH]; in process_start() local
/libuv/src/unix/
H A Dfs.c306 char* path; in uv__fs_mkstemp() local
1789 const char* path, in uv_fs_access()
1801 const char* path, in uv_fs_chmod()
1813 const char* path, in uv_fs_chown()
1863 const char* path, in uv_fs_lchown()
1935 const char* path, in uv_fs_lutime()
1959 const char* path, in uv_fs_link()
1973 const char* path, in uv_fs_mkdir()
2012 const char* path, in uv_fs_open()
2131 const char* path, in uv_fs_rename()
[all …]
H A Dkqueue.c104 char path[MAXPATHLEN]; in uv__io_check_fd() local
509 const char* path; in uv__fs_event() local
575 const char* path, in uv_fs_event_start()
H A Drandom-devurandom.c32 int uv__random_readpath(const char* path, void* buf, size_t buflen) { in uv__random_readpath()
H A Dqnx.c59 char path[PATH_MAX]; in uv_exepath() local
H A Dinternal.h401 UV_UNUSED(static char* uv__basename_r(const char* path)) { 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()
H A Dos390-syscalls.c385 char* mkdtemp(char* path) { in mkdtemp()
445 ssize_t os390_readlink(const char* path, char* buf, size_t len) { in os390_readlink()
H A Dtty.c143 char path[256]; in uv_tty_init() local
H A Dfsevents.c91 char path[1]; member
224 char* path; in uv__fsevents_event_cb() local
/libuv/src/win/
H A Dfs.c309 INLINE static int fs__capture_path(uv_fs_t* req, const char* path, in fs__capture_path()
1242 char* path; in fs__mktemp() local
1688 INLINE static fs__stat_path_return_t fs__stat_path(WCHAR* path, in fs__stat_path()
1945 INLINE static DWORD fs__stat_impl_from_path(WCHAR* path, in fs__stat_impl_from_path()
2406 INLINE static DWORD fs__utime_impl_from_path(WCHAR* path, in fs__utime_impl_from_path()
2503 static void fs__create_junction(uv_fs_t* req, const WCHAR* path, in fs__create_junction()
3205 const char* path, in uv_fs_opendir()
3248 int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_link()
3427 const char* path, in uv_fs_copyfile()
3466 const char* path, in uv_fs_access()
[all …]
H A Dfs-event.c158 const char* path, in uv_fs_event_start()
/libuv/docs/code/onchange/
H A Dmain.c10 char path[1024]; in run_command() local
/libuv/docs/code/proc-streams/
H A Dmain.c20 char path[size]; in main() local
/libuv/src/
H A Dheap-inl.h111 unsigned int path; in HEAP_EXPORT() local
156 unsigned int path; in HEAP_EXPORT() local
H A Dfs-poll.c48 char path[1]; /* variable length */ member
68 const char* path, in uv_fs_poll_start()
/libuv/docs/code/cgi/
H A Dmain.c18 char path[500]; in invoke_cgi_script() local

Completed in 134 milliseconds

12