reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
900 Result |= O_TRUNC; // Truncate if it does.
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp159 case WrOnly: flags = O_WRONLY | O_CREAT | O_TRUNC; break; 351 internal_open(shmname, O_RDWR | O_CREAT | O_TRUNC | O_CLOEXEC, S_IRWXU));tools/lldb/source/Host/common/File.cpp
744 mode |= O_TRUNC;
tools/lldb/source/Host/common/FileSystem.cpp 367 open_flags |= O_TRUNC;