Home
last modified time | relevance | path

Searched refs:OpenBinary_forWrite_oflag (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileIO.cpp810 bool COutFile::OpenBinary_forWrite_oflag(const char *name, int oflag) in OpenBinary_forWrite_oflag() function in NWindows::NFile::NIO::COutFile
830 { return OpenBinary_forWrite_oflag(name, O_WRONLY); } in Open_EXISTING()
832 { return OpenBinary_forWrite_oflag(name, O_WRONLY | O_CREAT | O_TRUNC); } in Create_ALWAYS()
834 { return OpenBinary_forWrite_oflag(name, O_WRONLY | O_CREAT | O_EXCL); } in Create_NEW()
837 return OpenBinary_forWrite_oflag(name, in Create_ALWAYS_or_Open_ALWAYS()
H A DFileIO.h401 bool OpenBinary_forWrite_oflag(const char *name, int oflag);