Home
last modified time | relevance | path

Searched refs:UV_FS_O_FILEMAP (Results 1 – 7 of 7) sorted by relevance

/libuv/include/uv/
H A Dunix.h503 #define UV_FS_O_FILEMAP 0 macro
H A Dwin.h683 #define UV_FS_O_FILEMAP 0x20000000 macro
/libuv/docs/src/
H A Dfs.rst237 to build libuv), files opened using ``UV_FS_O_FILEMAP`` may cause a fatal
251 to build libuv), files opened using ``UV_FS_O_FILEMAP`` may cause a fatal
611 .. c:macro:: UV_FS_O_FILEMAP
617 `UV_FS_O_FILEMAP` is only supported on Windows.
/libuv/test/
H A Dtest-fs.c1064 fs_file_sync(UV_FS_O_FILEMAP); in TEST_IMPL()
1101 fs_file_write_null_buffer(UV_FS_O_FILEMAP); in TEST_IMPL()
3108 fs_file_open_append(UV_FS_O_FILEMAP); in TEST_IMPL()
3235 fs_read_bufs(UV_FS_O_FILEMAP); in TEST_IMPL()
3302 fs_read_file_eof(UV_FS_O_FILEMAP); in TEST_IMPL()
3397 fs_write_multiple_bufs(UV_FS_O_FILEMAP); in TEST_IMPL()
3505 fs_write_alotof_bufs(UV_FS_O_FILEMAP); in TEST_IMPL()
3621 fs_write_alotof_bufs_with_offset(UV_FS_O_FILEMAP); in TEST_IMPL()
4128 fs_file_pos_write(UV_FS_O_FILEMAP); in TEST_IMPL()
4168 fs_file_pos_append(UV_FS_O_FILEMAP); in TEST_IMPL()
H A Dtest-fs-open-flags.c422 fs_open_flags(UV_FS_O_FILEMAP); in TEST_IMPL()
/libuv/src/win/
H A Dfs.c390 if (flags & UV_FS_O_FILEMAP) { in fs__open()
582 if (flags & UV_FS_O_FILEMAP) { in fs__open()
/libuv/
H A DChangeLog1822 * win: add UV_FS_O_FILEMAP (João Reis)

Completed in 62 milliseconds