O_TRUNC           204 ckptserializer.cpp   int flags = O_CREAT | O_TRUNC | O_WRONLY;
O_TRUNC           622 plugin/ipc/file/fileconnection.cpp       int destFd = _real_open(savedFilePath.c_str(), O_CREAT | O_WRONLY | O_TRUNC,
O_TRUNC           434 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open, path, O_CREAT|O_WRONLY|O_TRUNC, mode);
O_TRUNC           440 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open64, path, O_CREAT|O_WRONLY|O_TRUNC, mode);
O_TRUNC           109 plugin/pid/pid.cpp   if ((fd = _real_open(name.c_str(), O_EXCL|O_CREAT|O_TRUNC | flags, 0600)) >= 0) {
O_TRUNC           104 util_init.cpp      int fd = open(portFile, O_CREAT|O_WRONLY|O_TRUNC, 0600);