O_CREAT           204 ckptserializer.cpp   int flags = O_CREAT | O_TRUNC | O_WRONLY;
O_CREAT           391 nosyscallsreal.c   if (flags & O_CREAT) {
O_CREAT           403 nosyscallsreal.c   if (flags & O_CREAT) {
O_CREAT           622 plugin/ipc/file/fileconnection.cpp       int destFd = _real_open(savedFilePath.c_str(), O_CREAT | O_WRONLY | O_TRUNC,
O_CREAT           680 plugin/ipc/file/fileconnection.cpp       tempfd = _real_open(_path.c_str(), _fcntlFlags | O_CREAT, 0600);
O_CREAT           815 plugin/ipc/file/fileconnection.cpp     int fd = _real_open(_path.c_str(), O_CREAT | O_EXCL | O_RDWR,
O_CREAT           316 plugin/ipc/file/fileconnlist.cpp   int fd = _real_open(area.name, O_CREAT | O_EXCL | O_RDWR,
O_CREAT           391 plugin/ipc/file/filewrappers.cpp   if (flags & O_CREAT) {
O_CREAT           417 plugin/ipc/file/filewrappers.cpp   if (flags & O_CREAT) {
O_CREAT           434 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open, path, O_CREAT|O_WRONLY|O_TRUNC, mode);
O_CREAT           440 plugin/ipc/file/filewrappers.cpp   return _open_open64_work(_real_open64, path, O_CREAT|O_WRONLY|O_TRUNC, mode);
O_CREAT            40 plugin/ipc/file/posixipcwrappers.cpp   if (oflag & O_CREAT) {
O_CREAT           109 plugin/pid/pid.cpp   if ((fd = _real_open(name.c_str(), O_EXCL|O_CREAT|O_TRUNC | flags, 0600)) >= 0) {
O_CREAT           102 plugin/pid/pid_filewrappers.cpp   if (flags & O_CREAT) {
O_CREAT           119 plugin/pid/pid_filewrappers.cpp   if (flags & O_CREAT) {
O_CREAT           361 plugin/pid/pid_syscallsreal.c   if (flags & O_CREAT) {
O_CREAT           373 plugin/pid/pid_syscallsreal.c   if (flags & O_CREAT) {
O_CREAT           142 shareddata.cpp     int fd = _real_open(o.str().c_str(), O_RDWR | O_CREAT | O_EXCL, 0600);
O_CREAT           806 syscallsreal.c   if (flags & O_CREAT) {
O_CREAT           830 syscallsreal.c   if (flags & O_CREAT) {
O_CREAT           104 util_init.cpp      int fd = open(portFile, O_CREAT|O_WRONLY|O_TRUNC, 0600);