uv_fs_open       1631 include/uv.h   UV_EXTERN int uv_fs_open(uv_loop_t* loop, uv_fs_t* req, const char* path,
uv_fs_open         58 test/test-fs-event.c   r = uv_fs_open(loop, &req, name, O_WRONLY | O_CREAT,
uv_fs_open         73 test/test-fs-event.c   r = uv_fs_open(loop, &req, name, O_RDWR, 0, NULL);
uv_fs_open        468 test/test-fs.c   r = uv_fs_open(loop, &req, "does_not_exist", O_RDONLY, 0, NULL);
uv_fs_open        473 test/test-fs.c   r = uv_fs_open(loop, &req, "does_not_exist", O_RDONLY, 0, open_noent_cb);
uv_fs_open        496 test/test-fs.c   r = uv_fs_open(loop, &req, name, O_RDONLY, 0, NULL);
uv_fs_open        501 test/test-fs.c   r = uv_fs_open(loop, &req, name, O_RDONLY, 0, open_nametoolong_cb);
uv_fs_open        522 test/test-fs.c   r = uv_fs_open(loop, &req, "test_symlink", O_RDONLY, 0, NULL);
uv_fs_open        527 test/test-fs.c   r = uv_fs_open(loop, &req, "test_symlink", O_RDONLY, 0, open_loop_cb);
uv_fs_open        597 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file", O_WRONLY | O_CREAT,
uv_fs_open        617 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file2", O_RDWR, 0, open_cb);
uv_fs_open        629 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file2", O_RDONLY, 0, open_cb);
uv_fs_open        660 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file", O_WRONLY | O_CREAT,
uv_fs_open        677 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file", O_RDWR, 0, NULL);
uv_fs_open        704 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file2", O_RDONLY, 0, NULL);
uv_fs_open        753 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_dir/file1", O_WRONLY | O_CREAT,
uv_fs_open        761 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_dir/file2", O_WRONLY | O_CREAT,
uv_fs_open        854 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file", O_RDWR, 0, NULL);
uv_fs_open        859 test/test-fs.c   r = uv_fs_open(loop, &open_req2, "test_file2", O_WRONLY | O_CREAT,
uv_fs_open        906 test/test-fs.c   r = uv_fs_open(loop, &req, "test_file", O_RDWR | O_CREAT,
uv_fs_open       1016 test/test-fs.c   r = uv_fs_open(loop, &req, "test_file", O_RDWR | O_CREAT,
uv_fs_open       1113 test/test-fs.c   r = uv_fs_open(loop, &req, "test_file", O_RDWR | O_CREAT,
uv_fs_open       1179 test/test-fs.c   r = uv_fs_open(loop, &req, "test_file", O_RDWR | O_CREAT,
uv_fs_open       1199 test/test-fs.c   r = uv_fs_open(loop, &req, "test_file_link", O_RDWR, 0, NULL);
uv_fs_open       1219 test/test-fs.c   r = uv_fs_open(loop, &req, "test_file_link2", O_RDWR, 0, NULL);
uv_fs_open       1285 test/test-fs.c   r = uv_fs_open(loop, &req, "test_file", O_RDWR | O_CREAT,
uv_fs_open       1322 test/test-fs.c   r = uv_fs_open(loop, &req, "test_file_symlink", O_RDWR, 0, NULL);
uv_fs_open       1351 test/test-fs.c   r = uv_fs_open(loop, &req, "test_file_symlink2", O_RDWR, 0, NULL);
uv_fs_open       1450 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_dir/file1", O_WRONLY | O_CREAT,
uv_fs_open       1458 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_dir/file2", O_WRONLY | O_CREAT,
uv_fs_open       1515 test/test-fs.c   r = uv_fs_open(loop, &req, path, O_RDWR | O_CREAT,
uv_fs_open       1600 test/test-fs.c   r = uv_fs_open(loop, &req, path, O_RDWR | O_CREAT,
uv_fs_open       1609 test/test-fs.c   r = uv_fs_open(loop, &req, path, O_RDWR, 0, NULL);
uv_fs_open       1726 test/test-fs.c   r = uv_fs_open(loop, &req, path, O_RDONLY, 0, NULL);
uv_fs_open       1736 test/test-fs.c   r = uv_fs_open(loop, &req, path, O_RDONLY, 0, open_cb_simple);
uv_fs_open       1756 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file", O_WRONLY | O_CREAT,
uv_fs_open       1773 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file", O_RDWR | O_APPEND, 0, NULL);
uv_fs_open       1789 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file", O_RDONLY, S_IRUSR, NULL);
uv_fs_open       1826 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file", O_WRONLY | O_CREAT,
uv_fs_open       1843 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file2", O_WRONLY | O_CREAT,
uv_fs_open       1859 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file2", O_RDONLY, 0, NULL);
uv_fs_open       1894 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file", O_WRONLY | O_CREAT,
uv_fs_open       1911 test/test-fs.c   r = uv_fs_open(loop, &open_req1, "test_file", O_RDONLY, 0, NULL);
uv_fs_open        242 test/test-spawn.c   r = uv_fs_open(uv_default_loop(), &fs_req, "stdout_file", O_CREAT | O_RDWR,
uv_fs_open        254 test/test-threadpool-cancel.c   ASSERT(0 == uv_fs_open(loop, reqs + n++, "/", 0, 0, fs_cb));