Lines Matching refs:UV_FS_O_RDONLY
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);
957 r = uv_fs_open(loop, &open_req1, "test_file2", UV_FS_O_RDONLY, 0, open_cb);
1034 r = uv_fs_open(NULL, &open_req1, "test_file2", UV_FS_O_RDONLY | add_flags, 0,
1376 fd = uv_fs_open(NULL, &req, mkstemp_req1.path, UV_FS_O_RDONLY, 0, NULL);
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);
3082 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY | add_flags,
3157 r = uv_fs_open(NULL, &open_req1, "test_file2", UV_FS_O_RDONLY, 0, NULL);
3190 UV_FS_O_RDONLY | add_flags, 0, NULL));
3271 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY | add_flags, 0,
3337 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY | add_flags, 0,
3460 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY | add_flags, 0,
3644 UV_FS_O_RDONLY | UV_FS_O_DIRECTORY,
4077 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_RDONLY, 0, NULL);
4299 "test_file", UV_FS_O_RDONLY | UV_FS_O_EXLOCK,
4313 "test_file", UV_FS_O_RDONLY | UV_FS_O_EXLOCK,
4420 UV_FS_O_RDONLY | UV_FS_O_CREAT,
4443 r = uv_fs_open(NULL, &open_req1, "test_file_icacls", UV_FS_O_RDONLY, 0,
4492 r = uv_fs_open(NULL, &req, "test_file", UV_FS_O_RDONLY, 0, NULL);