Searched refs:OpenBinary (Results 1 – 2 of 2) sorted by relevance
631 bool CFileBase::OpenBinary(const char *name, int flags, mode_t mode) in OpenBinary() function in NWindows::NFile::NIO::CFileBase734 return CFileBase::OpenBinary(name, O_RDONLY); in Open()810 return OpenBinary(name, O_CREAT | O_EXCL | O_WRONLY, mode_for_Create); in Create()
308 bool OpenBinary(const char *name, int flags, mode_t mode = 0666);