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

  /src/external/mit/libuv/dist/test/
test-fs-open-flags.c 91 UV_FS_O_TRUNC | UV_FS_O_CREAT | UV_FS_O_WRONLY, S_IWUSR | S_IRUSR, NULL);
105 UV_FS_O_TRUNC | UV_FS_O_CREAT | UV_FS_O_WRONLY, S_IWUSR | S_IRUSR, NULL);
317 flags = add_flags | UV_FS_O_TRUNC | UV_FS_O_CREAT | UV_FS_O_WRONLY;
327 flags = add_flags | UV_FS_O_TRUNC | UV_FS_O_CREAT | UV_FS_O_WRONLY |
336 flags = add_flags | UV_FS_O_TRUNC | UV_FS_O_CREAT | UV_FS_O_RDWR;
346 flags = add_flags | UV_FS_O_TRUNC | UV_FS_O_CREAT | UV_FS_O_RDWR |
test-fs-copyfile.c 84 UV_FS_O_WRONLY | UV_FS_O_CREAT | UV_FS_O_TRUNC,
test-fs.c 4331 UV_FS_O_TRUNC | UV_FS_O_CREAT | UV_FS_O_RDWR | add_flags,
  /src/external/mit/libuv/dist/include/uv/
unix.h 495 # define UV_FS_O_TRUNC O_TRUNC
497 # define UV_FS_O_TRUNC 0
win.h 685 #define UV_FS_O_TRUNC _O_TRUNC
  /src/external/mit/libuv/dist/src/win/
fs.c 484 switch (flags & (UV_FS_O_CREAT | UV_FS_O_EXCL | UV_FS_O_TRUNC)) {
493 case UV_FS_O_CREAT | UV_FS_O_TRUNC | UV_FS_O_EXCL:
496 case UV_FS_O_TRUNC:
497 case UV_FS_O_TRUNC | UV_FS_O_EXCL:
500 case UV_FS_O_CREAT | UV_FS_O_TRUNC:

Completed in 25 milliseconds