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.c99 const char* path; in TEST_IMPL() local
181 const char* path; in TEST_IMPL() local
233 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.c111 const char* path, in fail_cb()
653 const char path[] = "test/fixtures/empty_file"; in TEST_IMPL() local
734 char path[] = "\\\\?\\X:\\bootsect.bak"; in TEST_IMPL() local
1195 static void fs_event_cb_stop(uv_fs_event_t* handle, const char* path, in fs_event_cb_stop()
1204 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
811 static void check_utime(const char* path, in check_utime()
2623 const char* path = "test_file"; in TEST_IMPL() local
2670 const char path[] = "test_file"; in TEST_IMPL() local
2744 const char* path = "test_file"; in TEST_IMPL() local
2808 const char* path = "test_file"; in TEST_IMPL() local
2899 const char* path; in TEST_IMPL() local
2936 const char* path; in TEST_IMPL() local
2969 const char* path; in TEST_IMPL() local
3010 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
1777 const char* path, in uv_fs_access()
1789 const char* path, in uv_fs_chmod()
1801 const char* path, in uv_fs_chown()
1851 const char* path, in uv_fs_lchown()
1920 const char* path, in uv_fs_lutime()
1944 const char* path, in uv_fs_link()
1958 const char* path, in uv_fs_mkdir()
1997 const char* path, in uv_fs_open()
2116 const char* path, in uv_fs_rename()
[all …]
H A Drandom-devurandom.c32 int uv__random_readpath(const char* path, void* buf, size_t buflen) { in uv__random_readpath()
H A Dkqueue.c465 const char* path; in uv__fs_event() local
531 const char* path, in uv_fs_event_start()
H A Dqnx.c59 char path[PATH_MAX]; in uv_exepath() local
H A Dinternal.h387 UV_UNUSED(static char* uv__basename_r(const char* path)) { in UV_UNUSED()
407 UV_UNUSED(static int uv__lstat(const char* path, struct stat* s)) { in UV_UNUSED()
417 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.c287 INLINE static int fs__capture_path(uv_fs_t* req, const char* path, in fs__capture_path()
1184 char* path; in fs__mktemp() local
1813 INLINE static DWORD fs__stat_impl_from_path(WCHAR* path, in fs__stat_impl_from_path()
2263 INLINE static DWORD fs__utime_impl_from_path(WCHAR* path, in fs__utime_impl_from_path()
2360 static void fs__create_junction(uv_fs_t* req, const WCHAR* path, in fs__create_junction()
2966 int uv_fs_unlink(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_unlink()
3062 const char* path, in uv_fs_opendir()
3105 int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_link()
3284 const char* path, in uv_fs_copyfile()
3323 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 111 milliseconds

12