Home
last modified time | relevance | path

Searched refs:FString (Results 1 – 25 of 48) sorted by relevance

12

/external/lzma/CPP/Windows/
DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
29 bool RemoveDirWithSubItems(const FString &path);
31 bool MyGetFullPathName(CFSTR path, FString &resFullPath);
32 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
33 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix);
38 bool GetCurrentDir(FString &resultPath);
42 bool MyGetTempPath(FString &resultPath);
47 FString _path;
52 const FString &GetPath() const { return _path; } in GetPath()
[all …]
DFileDir.cpp27 bool GetWindowsDir(FString &path) in GetWindowsDir()
49 bool GetSystemDir(FString &path) in GetSystemDir()
257 FString pathName = _aPathName; in CreateComplexDir()
265 const FString pathName2 = pathName; in CreateComplexDir()
330 bool RemoveDirWithSubItems(const FString &path) in RemoveDirWithSubItems()
348 FString s = path; in RemoveDirWithSubItems()
375 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
383 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
403 bool GetCurrentDir(FString &path) in GetCurrentDir()
428 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName) in GetFullPathAndSplit()
[all …]
DFileFind.h65 FString Name;
113 FString _filePath;
117 CStreamEnumerator(const FString &filePath): _filePath(filePath) {} in CStreamEnumerator()
130 FString _wildcard;
134 CEnumerator(const FString &wildcard): _wildcard(wildcard) {} in CEnumerator()
153 bool MyGetLogicalDriveStrings(CObjectVector<FString> &driveStrings);
DDLL.cpp60 bool MyGetModuleFileName(FString &path) in MyGetModuleFileName()
93 FString GetModuleDirPrefix() in GetModuleDirPrefix()
95 FString s; in GetModuleDirPrefix()
DFileName.h12 void NormalizeDirPathPrefix(FString &dirPath); // ensures that it ended with '\\', if dirPath is no…
69 bool GetFullPath(CFSTR dirPrefix, CFSTR path, FString &fullPath);
70 bool GetFullPath(CFSTR path, FString &fullPath);
DDLL.h46 bool MyGetModuleFileName(FString &path);
48 FString GetModuleDirPrefix();
/external/lzma/CPP/7zip/UI/Common/
DWorkDir.cpp16 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName) in GetWorkDir()
23 FString prefix = path.Left(3); in GetWorkDir()
49 FString tempDir = workDirInfo.Path; in GetWorkDir()
55 FString tempDir; in GetWorkDir()
63 HRESULT CWorkDirTempFile::CreateTempFile(const FString &originalPath) in CreateTempFile()
67 FString namePart; in CreateTempFile()
68 FString workDir = GetWorkDir(workDirInfo, originalPath, namePart); in CreateTempFile()
DArchiveName.cpp14 FString resultName = fileInfo.Name; in CreateArchiveName()
20 FString archiveName2 = resultName.Left(dotPos); in CreateArchiveName()
28 static FString CreateArchiveName2(const FString &srcName, bool fromPrev, bool keepName) in CreateArchiveName2()
30 FString resultName = FTEXT("Archive"); in CreateArchiveName2()
33 FString dirPrefix; in CreateArchiveName2()
58 FString archiveName2 = resultName.Left(dotPos); in CreateArchiveName2()
DWorkDir.h12 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName);
16 FString _originalPath;
22 HRESULT CreateTempFile(const FString &originalPath);
DArchiveExtractCallback.h110 CObjectVector<FString> Links;
141 FString _directoryPath;
142 FString _directoryPathFull;
154 FString _diskFilePath;
216 void CreateComplexDirectory(const UStringVector &dirPathParts, FString &fullPath);
220 HRESULT SendMessageError(const char *message, const FString &path);
221 HRESULT SendMessageError2(const char *message, const FString &path1, const FString &path2);
276 const FString &directoryPath,
DDirItem.h49 void EnumerateDir(int phyParent, int logParent, const FString &phyPrefix);
64 const FString &phyPrefix);
67 void AddError(const FString &path, DWORD errorCode) in AddError()
73 void AddError(const FString &path) in AddError()
85 void AddSecurityItem(const FString &path, int &secureIndex);
98 const FString &phyPrefix,
DEnumDirItems.cpp114 void CDirItems::AddSecurityItem(const FString &path, int &secureIndex) in AddSecurityItem()
168 void CDirItems::EnumerateDir(int phyParent, int logParent, const FString &phyPrefix) in EnumerateDir()
193 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR; in EnumerateDir()
201 const FString &phyPrefix, in EnumerateItems2()
211 const FString &filePath = filePaths[i]; in EnumerateItems2()
213 const FString phyPath = phyPrefix + filePath; in EnumerateItems2()
223 FString phyPrefixCur; in EnumerateItems2()
241 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR; in EnumerateItems2()
256 int phyParent, int logParent, const FString &phyPrefix,
264 int phyParent, int logParent, const FString &curFolderName, in EnumerateDirItems_Spec()
[all …]
DUpdate.h32 FString TempPrefix; // path(folder) for temp location
33 FString TempPostfix;
41 FString GetTempPath() const;
90 FString SfxModule;
102 FString WorkingDir;
150 FString FileName;
151 FString FileName2;
DUpdate.cpp45 static bool DeleteEmptyFolderAndEmptySubFolders(const FString &path) in DeleteEmptyFolderAndEmptySubFolders()
48 FString pathPrefix = path + FCHAR_PATH_SEPARATOR; in DeleteEmptyFolderAndEmptySubFolders()
82 FString Name;
90 FString Prefix;
154 FString res = temp; in Write()
156 res = FString(FTEXT('0')) + res; in Write()
157 FString name = Prefix + res; in Write()
317 FString CArchivePath::GetTempPath() const in GetTempPath()
319 FString path = TempPrefix + us2fs(Name); in GetTempPath()
321 path += FString(FTEXT('.')) + us2fs(BaseExtension); in GetTempPath()
[all …]
DArchiveOpenCallback.h79 FString _folderPrefix;
94 void Init(const FString &folderPrefix, const FString &fileName) in Init()
DArchiveExtractCallback.cpp183 const FString &directoryPath, in Init()
294 void CArchiveExtractCallback::CreateComplexDirectory(const UStringVector &dirPathParts, FString &fu… in CreateComplexDirectory()
352 HRESULT CArchiveExtractCallback::SendMessageError(const char *message, const FString &path) in SendMessageError()
359 …ExtractCallback::SendMessageError2(const char *message, const FString &path1, const FString &path2) in SendMessageError2()
720 FString fullPathNew; in GetStream()
735 FString fullProcessedPath = us2fs(processedPath); in GetStream()
766 FString realFullProcessedPath = fullProcessedPath.Left(slashPos + 1) + fileInfo.Name; in GetStream()
798 FString existPath = fullProcessedPath; in GetStream()
853 FString existPath; in GetStream()
923 FString &hl = _hardLinks.Links[linkIndex]; in GetStream()
DExtract.cpp41 FString outDir = options.OutputDir; in DecompressArchive()
58 FString outDirReduced = outDir; in DecompressArchive()
127 outDir = FString(FTEXT(".")) + FString(FSTRING_PATH_SEPARATOR); in DecompressArchive()
227 const FString &arcPath = us2fs(arcPaths[i]); in Extract()
/external/lzma/CPP/7zip/Common/
DFilePathAutoRename.cpp14 static bool MakeAutoName(const FString &name, in MakeAutoName()
15 const FString &extension, unsigned value, FString &path) in MakeAutoName()
25 bool AutoRenamePath(FString &fullProcessedPath) in AutoRenamePath()
27 FString path; in AutoRenamePath()
36 FString name, extension; in AutoRenamePath()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp27 FString FileName;
28 FString DestFolder;
63 FString dirPath = DestFolder; in Process2()
101 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder, in ExtractArchive()
DExtractCallbackSfx.h36 FString _directoryPath;
38 FString _diskFilePath;
65 const FString &directoryPath,
DExtractEngine.h8 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder,
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp56 static AString FStringToConsoleString(const FString &s) in FStringToConsoleString()
61 static FString CmdStringToFString(const char *s) in CmdStringToFString()
87 static void PrintError(const char *message, const FString &name) in PrintError()
209 FString _directoryPath; // Output directory
211 FString _diskFilePath; // full path to file on disk
226 void Init(IInArchive *archiveHandler, const FString &directoryPath);
235 void CArchiveExtractCallback::Init(IInArchive *archiveHandler, const FString &directoryPath) in Init()
334 FString fullProcessedPath = _directoryPath + us2fs(_filePath); in GetStream()
475 FString FullPath;
510 FString DirPrefix;
[all …]
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp86 FString outputFolder; in WinMain2()
123 FString path; in WinMain2()
126 FString fullPath; in WinMain2()
158 FString dirPrefix; in WinMain2()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.h277 FString ErrorPath1;
278 FString ErrorPath2;
302 void SetErrorPath1(const FString &path) { ErrorPath1 = path; } in SetErrorPath1()
303 void SetErrorPath2(const FString &path) { ErrorPath2 = path; } in SetErrorPath2()
/external/lzma/CPP/Common/
DMyString.h494 typedef UString FString; typedef
498 FString fas2fs(const AString &s);
506 typedef AString FString; typedef
508 UString fs2us(const FString &s);
509 FString us2fs(const wchar_t *s);
523 typedef CObjectVector<FString> FStringVector;

12