/libuv/test/ |
H A D | test-fs-open-flags.c | 128 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 D | test-platform-output.c | 94 FILE* file; in TEST_IMPL() local
|
H A D | test-fs-copyfile.c | 77 uv_file file; in touch_file() local
|
H A D | test-fs.c | 1449 uv_file file; in TEST_IMPL() local 1652 uv_file file; in TEST_IMPL() local 1728 uv_file file; in TEST_IMPL() local 1826 uv_file file; in TEST_IMPL() local 1883 uv_file file; in TEST_IMPL() local 1939 uv_file file; in TEST_IMPL() local 2032 uv_file file; in TEST_IMPL() local 2138 uv_file file; in TEST_IMPL() local 2193 uv_file file; in TEST_IMPL() local 2792 uv_file file; in TEST_IMPL() local [all …]
|
H A D | test-fork.c | 422 uv_file file; in create_file() local 437 uv_file file; in touch_file() local
|
H A D | test-spawn.c | 318 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 D | runner-win.c | 74 HANDLE file = INVALID_HANDLE_VALUE; in process_start() local
|
H A D | test-fs-event.c | 70 uv_file file; in create_file() local 102 uv_file file; in touch_file() local
|
/libuv/src/win/ |
H A D | handle.c | 31 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle()
|
H A D | fs-event.c | 84 WCHAR** file) { in uv__split_path()
|
H A D | core.c | 75 const wchar_t* function, const wchar_t * file, unsigned int line, in uv__crt_invalid_parameter_handler()
|
H A D | process.c | 332 static WCHAR* search_path(const WCHAR *file, in search_path()
|
H A D | fs.c | 405 HANDLE file; in fs__open() local 884 void fs__write_filemap(uv_fs_t* req, HANDLE file, in fs__write_filemap() 1303 HANDLE file; in fs__mkstemp_func() local
|
H A D | pipe.c | 2420 int uv_pipe_open(uv_pipe_t* pipe, uv_file file) { in uv_pipe_open()
|
/libuv/src/unix/ |
H A D | tty.c | 53 static int isreallyatty(int file) { in isreallyatty() 387 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle()
|
H A D | fs.c | 1830 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_close() 1842 uv_file file, in uv_fs_fchmod() 1854 uv_file file, in uv_fs_fchown() 1880 int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fdatasync() 1890 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fstat() 1900 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fsync() 1912 uv_file file, in uv_fs_ftruncate() 1927 uv_file file, in uv_fs_futime() 2033 uv_file file, in uv_fs_read() 2223 uv_file file, in uv_fs_write()
|
/libuv/docs/code/uvwget/ |
H A D | main.c | 43 FILE *file; in add_download() local
|
/libuv/include/ |
H A D | uv.h | 1049 const char* file; /* Path to program to execute. */ member
|