Home
last modified time | relevance | path

Searched defs:createAlways (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileIO.h296 bool Create_ALWAYS_or_Open_ALWAYS(CFSTR fileName, bool createAlways) in Create_ALWAYS_or_Open_ALWAYS()
298 bool Create_ALWAYS_or_NEW(CFSTR fileName, bool createAlways) in Create_ALWAYS_or_NEW()
H A DFileIO.cpp835 bool COutFile::Create_ALWAYS_or_Open_ALWAYS(const char *name, bool createAlways) in Create_ALWAYS_or_Open_ALWAYS()
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DVerCtrl.cpp93 static void WriteFile(const FString &path, bool createAlways, const CFileDataInfo &fdi, const CPane… in WriteFile()