Home
last modified time | relevance | path

Searched refs:UV_FS_O_EXLOCK (Results 1 - 7 of 7) sorted by relevance

/third_party/libuv/include/uv/
H A Dunix.h445 # define UV_FS_O_EXLOCK O_EXLOCK macro
447 # define UV_FS_O_EXLOCK 0 macro
H A Dwin.h695 #define UV_FS_O_EXLOCK 0x10000000 /* EXCLUSIVE SHARING MODE */ macro
/third_party/node/deps/uv/include/uv/
H A Dunix.h443 # define UV_FS_O_EXLOCK O_EXLOCK macro
445 # define UV_FS_O_EXLOCK 0 macro
H A Dwin.h691 #define UV_FS_O_EXLOCK 0x10000000 /* EXCLUSIVE SHARING MODE */ macro
/third_party/libuv/test/
H A Dtest-fs.c4285 ASSERT_GT(UV_FS_O_EXLOCK, 0); in TEST_IMPL()
4290 UV_FS_O_RDWR | UV_FS_O_CREAT | UV_FS_O_EXLOCK, in TEST_IMPL()
4299 "test_file", UV_FS_O_RDONLY | UV_FS_O_EXLOCK, in TEST_IMPL()
4313 "test_file", UV_FS_O_RDONLY | UV_FS_O_EXLOCK, in TEST_IMPL()
/third_party/libuv/src/win/
H A Dfs.c443 if (flags & UV_FS_O_EXLOCK) { in fs__open()
/third_party/node/deps/uv/src/win/
H A Dfs.c509 if (flags & UV_FS_O_EXLOCK) { in fs__open()

Completed in 31 milliseconds