HomeSort by: relevance | last modified time | path
    Searched refs:UV_FS_O_EXCL (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-fs-open-flags.c 328 UV_FS_O_EXCL;
347 UV_FS_O_EXCL;
367 UV_FS_O_EXCL;
399 UV_FS_O_EXCL;
  /src/external/mit/libuv/dist/include/uv/
unix.h 445 # define UV_FS_O_EXCL O_EXCL
447 # define UV_FS_O_EXCL 0
win.h 677 #define UV_FS_O_EXCL _O_EXCL
  /src/external/mit/libuv/dist/src/win/
fs.c 484 switch (flags & (UV_FS_O_CREAT | UV_FS_O_EXCL | UV_FS_O_TRUNC)) {
486 case UV_FS_O_EXCL:
492 case UV_FS_O_CREAT | UV_FS_O_EXCL:
493 case UV_FS_O_CREAT | UV_FS_O_TRUNC | UV_FS_O_EXCL:
497 case UV_FS_O_TRUNC | UV_FS_O_EXCL:
591 !(flags & UV_FS_O_EXCL)) {

Completed in 25 milliseconds