Lines Matching refs:UV_FS_O_WRONLY
926 r = uv_fs_open(loop, &open_req1, "test_file", UV_FS_O_WRONLY | UV_FS_O_CREAT, in TEST_IMPL()
990 UV_FS_O_WRONLY | UV_FS_O_CREAT | add_flags, S_IWUSR | S_IRUSR, in fs_file_sync()
1081 …r = uv_fs_open(NULL, &open_req_noclose, "test_dir/file", UV_FS_O_WRONLY | UV_FS_O_CREAT, S_IWUSR |… in TEST_IMPL()
1125 UV_FS_O_WRONLY | UV_FS_O_CREAT | add_flags, S_IWUSR | S_IRUSR, in fs_file_write_null_buffer()
1172 UV_FS_O_WRONLY | UV_FS_O_CREAT, in TEST_IMPL()
1181 UV_FS_O_WRONLY | UV_FS_O_CREAT, in TEST_IMPL()
1262 f = open("test_file", UV_FS_O_WRONLY | UV_FS_O_CREAT, S_IWUSR | S_IRUSR); in test_sendfile()
1277 r = uv_fs_open(NULL, &open_req2, "test_file2", UV_FS_O_WRONLY | UV_FS_O_CREAT, in test_sendfile()
2446 UV_FS_O_WRONLY | UV_FS_O_CREAT, in test_symlink_dir_impl()
2455 UV_FS_O_WRONLY | UV_FS_O_CREAT, in test_symlink_dir_impl()
3093 UV_FS_O_WRONLY | UV_FS_O_CREAT | add_flags, S_IWUSR | S_IRUSR, in fs_file_open_append()
3169 r = uv_fs_open(NULL, &open_req1, "test_file", UV_FS_O_WRONLY | UV_FS_O_CREAT, in TEST_IMPL()
3186 r = uv_fs_open(NULL, &open_req1, "test_file2", UV_FS_O_WRONLY | UV_FS_O_CREAT, in TEST_IMPL()
3299 UV_FS_O_WRONLY | UV_FS_O_CREAT | add_flags, S_IWUSR | S_IRUSR, in fs_read_file_eof()
3364 UV_FS_O_WRONLY | UV_FS_O_CREAT | add_flags, S_IWUSR | S_IRUSR, in fs_write_multiple_bufs()
4522 &req, "test_file", UV_FS_O_WRONLY | UV_FS_O_CREAT, in TEST_IMPL()