/libuv/test/ |
H A D | benchmark-fs-stat.c | 32 #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 D | test-dlerror.c | 28 const char* path = "test/fixtures/load_error.node"; in TEST_IMPL() local
|
H A D | test-get-currentexe.c | 43 char path[PATHMAX]; in TEST_IMPL() local
|
H A D | test-fs-readdir.c | 100 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 D | test-pipe-connect-error.c | 81 const char* path = "test/fixtures/empty_file"; in TEST_IMPL() local
|
H A D | test-fs-event.c | 127 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 D | test-pipe-bind-error.c | 173 char path[512]; in TEST_IMPL() local
|
H A D | test-fs.c | 63 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 D | test-fs-poll.c | 54 static void touch_file(const char* path) { in touch_file()
|
H A D | runner-win.c | 76 WCHAR path[MAX_PATH], filename[MAX_PATH]; in process_start() local
|
/libuv/src/unix/ |
H A D | fs.c | 306 char* path; in uv__fs_mkstemp() local 1794 const char* path, in uv_fs_access() 1806 const char* path, in uv_fs_chmod() 1818 const char* path, in uv_fs_chown() 1868 const char* path, in uv_fs_lchown() 1940 const char* path, in uv_fs_lutime() 1964 const char* path, in uv_fs_link() 1978 const char* path, in uv_fs_mkdir() 2017 const char* path, in uv_fs_open() 2136 const char* path, in uv_fs_rename() [all …]
|
H A D | kqueue.c | 103 char path[MAXPATHLEN]; in uv__io_check_fd() local 503 const char* path; in uv__fs_event() local 569 const char* path, in uv_fs_event_start()
|
H A D | random-devurandom.c | 32 int uv__random_readpath(const char* path, void* buf, size_t buflen) { in uv__random_readpath()
|
H A D | qnx.c | 59 char path[PATH_MAX]; in uv_exepath() local
|
H A D | internal.h | 401 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 D | os390-syscalls.c | 385 char* mkdtemp(char* path) { in mkdtemp() 445 ssize_t os390_readlink(const char* path, char* buf, size_t len) { in os390_readlink()
|
H A D | tty.c | 143 char path[256]; in uv_tty_init() local
|
H A D | fsevents.c | 91 char path[1]; member 224 char* path; in uv__fsevents_event_cb() local
|
/libuv/src/win/ |
H A D | fs.c | 309 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() 3206 const char* path, in uv_fs_opendir() 3249 int uv_fs_link(uv_loop_t* loop, uv_fs_t* req, const char* path, in uv_fs_link() 3428 const char* path, in uv_fs_copyfile() 3467 const char* path, in uv_fs_access() [all …]
|
H A D | fs-event.c | 158 const char* path, in uv_fs_event_start()
|
/libuv/docs/code/onchange/ |
H A D | main.c | 10 char path[1024]; in run_command() local
|
/libuv/docs/code/proc-streams/ |
H A D | main.c | 20 char path[size]; in main() local
|
/libuv/src/ |
H A D | heap-inl.h | 111 unsigned int path; in HEAP_EXPORT() local 156 unsigned int path; in HEAP_EXPORT() local
|
H A D | fs-poll.c | 48 char path[1]; /* variable length */ member 68 const char* path, in uv_fs_poll_start()
|
/libuv/docs/code/cgi/ |
H A D | main.c | 18 char path[500]; in invoke_cgi_script() local
|