Searched defs:DeleteFileAlways (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Windows/
H A DFileDir.cpp371 bool DeleteFileAlways(LPCTSTR name) function in namespace:NWindows::NFile::NDirectory
386 bool DeleteFileAlways(LPCWSTR name) function in namespace:NWindows::NFile::NDirectory
389 return DeleteFileAlways(GetSysPath(name));
407 return DeleteFileAlways(pathPrefix + fileInfo.Name);
430 return DeleteFileAlways(pathPrefix + fileInfo.Name);
791 _mustBeDeleted = !DeleteFileAlways(_fileName);
825 _mustBeDeleted = !DeleteFileAlways(_fileName);

Completed in 260 milliseconds