Home
last modified time | relevance | path

Searched defs:file (Results 1 – 18 of 18) sorted by relevance

/libuv/test/
H A Dtest-fs-open-flags.c128 static void openFail(char *file, int error) { in openFail()
147 static void refreshOpen(char *file) { in refreshOpen()
158 static void writeExpect(char *file, char *expected, int size) { in writeExpect()
201 static void writeFail(char *file, int error) { in writeFail()
226 static void readExpect(char *file, char *expected, int size) { in readExpect()
246 static void readFail(char *file, int error) { in readFail()
H A Dtest-platform-output.c94 FILE* file; in TEST_IMPL() local
H A Dtest-fs-copyfile.c77 uv_file file; in touch_file() local
H A Dtest-fs.c1444 uv_file file; in TEST_IMPL() local
1647 uv_file file; in TEST_IMPL() local
1723 uv_file file; in TEST_IMPL() local
1821 uv_file file; in TEST_IMPL() local
1878 uv_file file; in TEST_IMPL() local
1934 uv_file file; in TEST_IMPL() local
2027 uv_file file; in TEST_IMPL() local
2133 uv_file file; in TEST_IMPL() local
2188 uv_file file; in TEST_IMPL() local
2787 uv_file file; in TEST_IMPL() local
[all …]
H A Dtest-fork.c422 uv_file file; in create_file() local
437 uv_file file; in touch_file() local
H A Dtest-spawn.c318 uv_file file; in TEST_IMPL() local
372 uv_file file; in TEST_IMPL() local
429 uv_file file; in TEST_IMPL() local
1427 char file[64]; in TEST_IMPL() local
1816 char file[64]; in TEST_IMPL() local
H A Drunner-win.c74 HANDLE file = INVALID_HANDLE_VALUE; in process_start() local
H A Dtest-fs-event.c70 uv_file file; in create_file() local
102 uv_file file; in touch_file() local
/libuv/src/win/
H A Dhandle.c31 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle()
H A Dfs-event.c84 WCHAR** file) { in uv__split_path()
H A Dcore.c75 const wchar_t* function, const wchar_t * file, unsigned int line, in uv__crt_invalid_parameter_handler()
H A Dprocess.c332 static WCHAR* search_path(const WCHAR *file, in search_path()
H A Dfs.c405 HANDLE file; in fs__open() local
884 void fs__write_filemap(uv_fs_t* req, HANDLE file, in fs__write_filemap()
1302 HANDLE file; in fs__mkstemp_func() local
H A Dpipe.c2424 int uv_pipe_open(uv_pipe_t* pipe, uv_file file) { in uv_pipe_open()
/libuv/src/unix/
H A Dtty.c53 static int isreallyatty(int file) { in isreallyatty()
387 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle()
H A Dfs.c1825 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_close()
1837 uv_file file, in uv_fs_fchmod()
1849 uv_file file, in uv_fs_fchown()
1875 int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fdatasync()
1885 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fstat()
1895 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fsync()
1907 uv_file file, in uv_fs_ftruncate()
1919 uv_file file, in uv_fs_futime()
2025 uv_file file, in uv_fs_read()
2215 uv_file file, in uv_fs_write()
/libuv/docs/code/uvwget/
H A Dmain.c43 FILE *file; in add_download() local
/libuv/include/
H A Duv.h1048 const char* file; /* Path to program to execute. */ member

Completed in 79 milliseconds