Lines Matching refs:uv_fs_open
724 r = uv_fs_open(NULL, &req, "does_not_exist", UV_FS_O_RDONLY, 0, NULL);
729 r = uv_fs_open(loop, &req, "does_not_exist", UV_FS_O_RDONLY, 0,
753 r = uv_fs_open(NULL, &req, name, UV_FS_O_RDONLY, 0, NULL);
758 r = uv_fs_open(loop, &req, name, UV_FS_O_RDONLY, 0, open_nametoolong_cb);
793 r = uv_fs_open(NULL, &req, "test_symlink", UV_FS_O_RDONLY, 0, NULL);
798 r = uv_fs_open(loop, &req, "test_symlink", UV_FS_O_RDONLY, 0, open_loop_cb);
925 r = uv_fs_open(loop, &open_req1, "test_file", UV_FS_O_WRONLY | UV_FS_O_CREAT,
945 r = uv_fs_open(loop, &open_req1, "test_file2", UV_FS_O_RDWR, 0, open_cb);
957 r = uv_fs_open(loop, &open_req1, "test_file2", UV_FS_O_RDONLY, 0, open_cb);
988 r = uv_fs_open(loop, &open_req1, "test_file",
1006 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDWR | add_flags, 0,
1034 r = uv_fs_open(NULL, &open_req1, "test_file2", UV_FS_O_RDONLY | add_flags, 0,
1079 r = uv_fs_open(NULL, &open_req1, "test_file",
1126 r = uv_fs_open(NULL, &open_req1, "test_dir/file1",
1135 r = uv_fs_open(NULL, &open_req1, "test_dir/file2",
1227 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDWR, 0, NULL);
1232 r = uv_fs_open(NULL, &open_req2, "test_file2", UV_FS_O_WRONLY | UV_FS_O_CREAT,
1260 r = uv_fs_open(NULL, &open_req1, "test_file2", UV_FS_O_RDWR, 0, NULL);
1376 fd = uv_fs_open(NULL, &req, mkstemp_req1.path, UV_FS_O_RDONLY, 0, NULL);
1422 r = uv_fs_open(NULL, &req, "test_file", UV_FS_O_RDWR | UV_FS_O_CREAT,
1629 r = uv_fs_open(NULL, &req, "test_file", UV_FS_O_RDWR | UV_FS_O_CREAT,
1690 r = uv_fs_open(NULL, &req, "test_file", UV_FS_O_RDWR | UV_FS_O_CREAT,
1788 r = uv_fs_open(NULL,
1845 r = uv_fs_open(NULL,
1902 r = uv_fs_open(NULL, &req, "test_file", UV_FS_O_RDWR | UV_FS_O_CREAT,
1997 r = uv_fs_open(NULL, &req, "test_file", UV_FS_O_RDWR | UV_FS_O_CREAT,
2018 r = uv_fs_open(NULL, &req, "test_file_link", UV_FS_O_RDWR, 0, NULL);
2039 r = uv_fs_open(NULL, &req, "test_file_link2", UV_FS_O_RDWR, 0, NULL);
2098 r = uv_fs_open(NULL, &req, "test_file", UV_FS_O_RDWR | UV_FS_O_CREAT,
2170 r = uv_fs_open(NULL, &req, "test_file", UV_FS_O_RDWR | UV_FS_O_CREAT,
2208 r = uv_fs_open(NULL, &req, "test_file_symlink", UV_FS_O_RDWR, 0, NULL);
2261 r = uv_fs_open(NULL, &req, "test_file_symlink2", UV_FS_O_RDWR, 0, NULL);
2400 r = uv_fs_open(NULL, &open_req1, "test_dir/file1",
2409 r = uv_fs_open(NULL, &open_req1, "test_dir/file2",
2632 r = uv_fs_open(NULL, &req, path, UV_FS_O_RDWR | UV_FS_O_CREAT,
2678 r = uv_fs_open(NULL, &req, path, UV_FS_O_RDWR | UV_FS_O_CREAT,
2757 r = uv_fs_open(NULL, &req, path, UV_FS_O_RDWR | UV_FS_O_CREAT,
2767 r = uv_fs_open(NULL, &req, path, UV_FS_O_RDWR, 0, NULL);
2819 r = uv_fs_open(NULL, &req, path, UV_FS_O_RDWR | UV_FS_O_CREAT,
3017 r = uv_fs_open(NULL, &req, path, UV_FS_O_RDONLY, 0, NULL);
3027 r = uv_fs_open(loop, &req, path, UV_FS_O_RDONLY, 0, open_cb_simple);
3047 r = uv_fs_open(NULL, &open_req1, "test_file",
3065 r = uv_fs_open(NULL, &open_req1, "test_file",
3082 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY | add_flags,
3124 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_WRONLY | UV_FS_O_CREAT,
3141 r = uv_fs_open(NULL, &open_req1, "test_file2", UV_FS_O_WRONLY | UV_FS_O_CREAT,
3157 r = uv_fs_open(NULL, &open_req1, "test_file2", UV_FS_O_RDONLY, 0, NULL);
3188 ASSERT_LE(0, uv_fs_open(NULL, &open_req1,
3253 r = uv_fs_open(NULL, &open_req1, "test_file",
3271 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY | add_flags, 0,
3318 r = uv_fs_open(NULL, &open_req1, "test_file",
3337 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY | add_flags, 0,
3423 r = uv_fs_open(NULL,
3460 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY | add_flags, 0,
3536 r = uv_fs_open(NULL,
3641 r = uv_fs_open(loop,
3924 r = uv_fs_open(NULL,
3961 r = uv_fs_open(NULL,
4004 r = uv_fs_open(loop,
4077 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY, 0, NULL);
4102 r = uv_fs_open(NULL,
4140 r = uv_fs_open(NULL,
4179 r = uv_fs_open(NULL, NULL, NULL, 0, 0, NULL);
4287 r = uv_fs_open(NULL,
4297 r = uv_fs_open(NULL,
4311 r = uv_fs_open(NULL,
4346 r = uv_fs_open(NULL,
4362 r = uv_fs_open(NULL,
4417 r = uv_fs_open(loop,
4443 r = uv_fs_open(NULL, &open_req1, "test_file_icacls", UV_FS_O_RDONLY, 0,
4476 r = uv_fs_open(NULL,
4492 r = uv_fs_open(NULL, &req, "test_file", UV_FS_O_RDONLY, 0, NULL);