/third_party/lzma/CPP/Windows/ |
D | FileDir.h | 14 bool GetWindowsDir(FString &path); 15 bool GetSystemDir(FString &path); 61 bool RemoveDirWithSubItems(const FString &path); 63 bool MyGetFullPathName(CFSTR path, FString &resFullPath); 64 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName); 65 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix); 70 bool GetCurrentDir(FString &resultPath); 74 bool MyGetTempPath(FString &resultPath); 79 FString _path; 84 const FString &GetPath() const { return _path; } in GetPath() [all …]
|
D | FileDir.cpp | 66 bool GetWindowsDir(FString &path) in GetWindowsDir() 88 bool GetSystemDir(FString &path) in GetSystemDir() 419 FString path (_path); in CreateComplexDir() 429 const FString path2 (path); in CreateComplexDir() 513 bool RemoveDirWithSubItems(const FString &path) in RemoveDirWithSubItems() 531 FString s (path); in RemoveDirWithSubItems() 574 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName() 582 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName() 605 bool GetCurrentDir(FString &path) in GetCurrentDir() 633 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName) in GetFullPathAndSplit() [all …]
|
D | FileFind.h | 162 FString Name; 223 FString _filePath; 227 CStreamEnumerator(const FString &filePath): _filePath(filePath) {} in CStreamEnumerator() 237 FString _wildcard; 241 void SetDirPrefix(const FString &dirPrefix); 261 bool MyGetLogicalDriveStrings(CObjectVector<FString> &driveStrings); 276 FString Name; 294 FString _wildcard; 300 void SetDirPrefix(const FString &dirPrefix);
|
D | FileName.h | 17 void NormalizeDirPathPrefix(FString &dirPath); // ensures that it ended with '\\', if dirPath is no… 21 void NormalizeDirSeparators(FString &s); 114 bool GetFullPath(CFSTR dirPrefix, CFSTR path, FString &fullPath); 115 bool GetFullPath(CFSTR path, FString &fullPath);
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | WorkDir.cpp | 17 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName) in GetWorkDir() 25 FString prefix = path.Left(3); in GetWorkDir() 53 FString tempDir = workDirInfo.Path; in GetWorkDir() 59 FString tempDir; in GetWorkDir() 67 HRESULT CWorkDirTempFile::CreateTempFile(const FString &originalPath) in CreateTempFile() 71 FString namePart; in CreateTempFile() 72 FString workDir = GetWorkDir(workDirInfo, originalPath, namePart); in CreateTempFile()
|
D | ArchiveExtractCallback.h | 132 CObjectVector<FString> Links; 154 FString Path; 157 CIndexToPathPair(UInt32 index, const FString &path): Index(index), Path(path) {} in CIndexToPathPair() 190 FString Path; 271 FString _dirPathPrefix; 272 FString _dirPathPrefix_Full; 286 FString _diskFilePath; 399 void CreateComplexDirectory(const UStringVector &dirPathParts, FString &fullPath); 403 FString Hash_GetFullFilePath(); 408 HRESULT SendMessageError(const char *message, const FString &path); [all …]
|
D | WorkDir.h | 12 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName); 16 FString _originalPath; 22 HRESULT CreateTempFile(const FString &originalPath);
|
D | DirItem.h | 77 virtual HRESULT ScanError(const FString &path, DWORD systemError) x; \ 78 virtual HRESULT ScanProgress(const CDirItemsStat &st, const FString &path, bool isDir) x; \ 304 HRESULT EnumerateDir(int phyParent, int logParent, const FString &phyPrefix); 326 const FString &phyPrefix); 336 HRESULT AddSecurityItem(const FString &path, int &secureIndex); 358 HRESULT AddError(const FString &path, DWORD errorCode); 359 HRESULT AddError(const FString &path); 361 HRESULT ScanProgress(const FString &path); 364 FString GetPhyPath(unsigned index) const; 371 …HRESULT EnumerateOneDir(const FString &phyPrefix, CObjectVector<NWindows::NFile::NFind::CFileInfo>… [all …]
|
D | ArchiveName.cpp | 18 FString resultName = fi.Name; in CreateArchiveName() 24 FString archiveName2 = resultName.Left((unsigned)dotPos); in CreateArchiveName() 32 static FString CreateArchiveName2(const FString &path, bool fromPrev, bool keepName) in CreateArchiveName2() 34 FString resultName ("Archive"); in CreateArchiveName2() 37 FString dirPrefix; in CreateArchiveName2() 67 FString name2 = resultName.Left((unsigned)dotPos); in CreateArchiveName2()
|
D | EnumDirItems.cpp | 33 static bool FindFile_KeepDots(NFile::NFind::CFileInfo &fi, const FString &path, bool followLink) in FindFile_KeepDots() 96 HRESULT CDirItems::AddError(const FString &path, DWORD errorCode) in AddError() 106 HRESULT CDirItems::AddError(const FString &path) in AddError() 113 HRESULT CDirItems::ScanProgress(const FString &dirPath) in ScanProgress() 144 FString CDirItems::GetPhyPath(unsigned index) const in GetPhyPath() 202 HRESULT CDirItems::AddSecurityItem(const FString &path, int &secureIndex) in AddSecurityItem() 259 HRESULT CDirItems::EnumerateOneDir(const FString &phyPrefix, CObjectVector<NFind::CFileInfo> &files) in EnumerateOneDir() 310 const FString path = phyPrefix + de.Name; in EnumerateOneDir() 333 HRESULT CDirItems::EnumerateDir(int phyParent, int logParent, const FString &phyPrefix) in EnumerateDir() 380 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR; in EnumerateDir() [all …]
|
D | Update.h | 34 FString TempPrefix; // path(folder) for temp location 35 FString TempPostfix; 43 FString GetTempPath() const; 92 FString SfxModule; 106 FString WorkingDir; 170 HRESULT SetFromLastError(const char *message, const FString &fileName); 171 HRESULT SetFromError_DWORD(const char *message, const FString &fileName, DWORD error); 192 virtual HRESULT DeletingAfterArchiving(const FString &path, bool isDir) x; \
|
D | ArchiveExtractCallback.cpp | 145 FString fileName = fileName2; in ReadZoneFile_Of_BaseFile() 297 const FString &directoryPath, in Init() 439 void CArchiveExtractCallback::CreateComplexDirectory(const UStringVector &dirPathParts, FString &fu… in CreateComplexDirectory() 527 static void AddPathToMessage(UString &s, const FString &path) in AddPathToMessage() 533 HRESULT CArchiveExtractCallback::SendMessageError(const char *message, const FString &path) in SendMessageError() 540 HRESULT CArchiveExtractCallback::SendMessageError_with_LastError(const char *message, const FString… in SendMessageError_with_LastError() 554 …ndMessageError2(HRESULT errorCode, const char *message, const FString &path1, const FString &path2) in SendMessageError2() 715 static FString MakePath_from_2_Parts(const FString &prefix, const FString &path) in MakePath_from_2_Parts() 717 FString s (prefix); in MakePath_from_2_Parts() 1116 FString fullPathNew; in CreateFolders() [all …]
|
D | Update.cpp | 56 HRESULT CUpdateErrorInfo::SetFromLastError(const char *message, const FString &fileName) in SetFromLastError() 63 HRESULT CUpdateErrorInfo::SetFromError_DWORD(const char *message, const FString &fileName, DWORD er… in SetFromError_DWORD() 87 FString Name; 95 FString Prefix; 159 FString name; in Write() 326 FString CArchivePath::GetTempPath() const in GetTempPath() 328 FString path = TempPrefix; in GetTempPath() 823 FString dirPrefix; in Compress() 846 FString realPath; in Compress() 916 FString realPath = us2fs(archivePath.GetFinalPath()); in Compress() [all …]
|
D | ArchiveOpenCallback.h | 76 FString _folderPrefix; 94 HRESULT Init2(const FString &folderPrefix, const FString &fileName) in Init2()
|
D | UpdateCallback.h | 39 virtual HRESULT OpenFileError(const FString &path, DWORD systemError) x; \ 40 virtual HRESULT ReadingFileError(const FString &path, DWORD systemError) x; \ 135 FString VolName; 136 FString VolExt;
|
D | LoadCodecs.h | 256 FString Path; 283 FString Path; 318 FString MainDll_ErrorPath; 321 void AddLastError(const FString &path); 345 HRESULT LoadDll(const FString &path, bool needCheckDll, bool *loadedOK = NULL); 346 HRESULT LoadDllsFromFolder(const FString &folderPrefix);
|
/third_party/lzma/CPP/Common/ |
D | MyString.h | 25 class FString; variable 305 AString(const FString &s); 306 AString &operator=(const FString &s); 307 AString &operator+=(const FString &s); 572 UString(const FString &s); 573 UString &operator=(const FString &s); 574 UString &operator+=(const FString &s); 828 UString2(const FString &s); 829 UString2 &operator=(const FString &s); 830 UString2 &operator+=(const FString &s); [all …]
|
/third_party/lzma/CPP/7zip/Common/ |
D | FilePathAutoRename.cpp | 11 static bool MakeAutoName(const FString &name, in MakeAutoName() 12 const FString &extension, UInt32 value, FString &path) in MakeAutoName() 20 bool AutoRenamePath(FString &path) in AutoRenamePath() 25 FString name = path; in AutoRenamePath() 26 FString extension; in AutoRenamePath() 34 FString temp; in AutoRenamePath()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.h | 17 void AddError(const FString &path, DWORD systemError) in AddError() 37 void CommonError(const FString &path, DWORD systemError, bool isWarning); 40 HRESULT ScanError_Base(const FString &path, DWORD systemError); 41 HRESULT OpenFileError_Base(const FString &name, DWORD systemError); 42 HRESULT ReadingFileError_Base(const FString &name, DWORD systemError);
|
D | UpdateCallbackConsole.cpp | 169 HRESULT CUpdateCallbackConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool /* … in ScanProgress() 182 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() 217 HRESULT CCallbackConsoleBase::ScanError_Base(const FString &path, DWORD systemError) in ScanError_Base() 227 HRESULT CCallbackConsoleBase::OpenFileError_Base(const FString &path, DWORD systemError) in OpenFileError_Base() 244 HRESULT CCallbackConsoleBase::ReadingFileError_Base(const FString &path, DWORD systemError) in ReadingFileError_Base() 251 HRESULT CUpdateCallbackConsole::ScanError(const FString &path, DWORD systemError) in ScanError() 358 HRESULT CUpdateCallbackConsole::DeletingAfterArchiving(const FString &path, bool /* isDir */) in DeletingAfterArchiving() 595 HRESULT CUpdateCallbackConsole::OpenFileError(const FString &path, DWORD systemError) in OpenFileError() 600 HRESULT CUpdateCallbackConsole::ReadingFileError(const FString &path, DWORD systemError) in ReadingFileError()
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractEngine.cpp | 27 FString FileName; 28 FString DestFolder; 62 FString dirPath = DestFolder; in Process2() 100 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder, in ExtractArchive()
|
D | ExtractCallbackSfx.h | 36 FString _directoryPath; 38 FString _diskFilePath; 65 const FString &directoryPath,
|
D | ExtractEngine.h | 8 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder,
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 101 static FString CmdStringToFString(const char *s) in CmdStringToFString() 147 static void PrintError(const char *message, const FString &name) in PrintError() 346 FString _directoryPath; // Output directory 348 FString _diskFilePath; // full path to file on disk 362 void Init(IInArchive *archiveHandler, const FString &directoryPath); 371 void CArchiveExtractCallback::Init(IInArchive *archiveHandler, const FString &directoryPath) in Init() 469 FString fullProcessedPath = _directoryPath + us2fs(_filePath); in GetStream() 613 FString FullPath; // for filesystem 648 FString DirPrefix; 760 FString path = DirPrefix + dirItem.FullPath; in GetStream() [all …]
|
/third_party/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SfxWin.cpp | 90 FString outputFolder; in WinMain2() 127 FString path; in WinMain2() 130 FString fullPath; in WinMain2() 162 FString dirPrefix; in WinMain2()
|