Searched refs:FString (Results 1 - 25 of 47) sorted by relevance

12

/external/lzma/CPP/7zip/Common/
H A DFilePathAutoRename.h8 bool AutoRenamePath(FString &fullProcessedPath);
H A DFilePathAutoRename.cpp14 static bool MakeAutoName(const FString &name,
15 const FString &extension, unsigned value, FString &path)
25 bool AutoRenamePath(FString &fullProcessedPath)
27 FString path;
36 FString name, extension;
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractEngine.h8 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder,
H A DExtractCallbackSfx.h36 FString _directoryPath;
38 FString _diskFilePath;
65 const FString &directoryPath,
H A DExtractEngine.cpp27 FString FileName;
28 FString DestFolder;
63 FString dirPath = DestFolder;
101 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder,
/external/lzma/CPP/7zip/UI/Common/
H A DWorkDir.h12 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName);
16 FString _originalPath;
22 HRESULT CreateTempFile(const FString &originalPath);
H A DArchiveName.cpp14 FString resultName = fileInfo.Name;
20 FString archiveName2 = resultName.Left(dotPos);
28 static FString CreateArchiveName2(const FString &srcName, bool fromPrev, bool keepName)
30 FString resultName = FTEXT("Archive");
33 FString dirPrefix;
58 FString archiveName2 = resultName.Left(dotPos);
H A DWorkDir.cpp16 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName)
23 FString prefix = path.Left(3);
49 FString tempDir = workDirInfo.Path;
55 FString tempDir;
63 HRESULT CWorkDirTempFile::CreateTempFile(const FString &originalPath)
67 FString namePart;
68 FString workDir = GetWorkDir(workDirInfo, originalPath, namePart);
H A DDirItem.h49 void EnumerateDir(int phyParent, int logParent, const FString &phyPrefix);
64 const FString &phyPrefix);
67 void AddError(const FString &path, DWORD errorCode)
73 void AddError(const FString &path)
85 void AddSecurityItem(const FString &path, int &secureIndex);
98 const FString &phyPrefix,
H A 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;
H A DArchiveOpenCallback.h79 FString _folderPrefix;
94 void Init(const FString &folderPrefix, const FString &fileName)
H A 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,
H A DEnumDirItems.cpp114 void CDirItems::AddSecurityItem(const FString &path, int &secureIndex)
168 void CDirItems::EnumerateDir(int phyParent, int logParent, const FString &phyPrefix)
193 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR;
201 const FString &phyPrefix,
211 const FString &filePath = filePaths[i];
213 const FString phyPath = phyPrefix + filePath;
223 FString phyPrefixCur;
241 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR;
256 int phyParent, int logParent, const FString &phyPrefix,
264 int phyParent, int logParent, const FString
[all...]
H A DUpdateCallback.h85 FString VolName;
86 FString VolExt;
H A DUpdate.cpp45 static bool DeleteEmptyFolderAndEmptySubFolders(const FString &path)
48 FString pathPrefix = path + FCHAR_PATH_SEPARATOR;
82 FString Name;
90 FString Prefix;
154 FString res = temp;
156 res = FString(FTEXT('0')) + res;
157 FString name = Prefix + res;
317 FString CArchivePath::GetTempPath() const
319 FString path = TempPrefix + us2fs(Name);
321 path += FString(FTEX
[all...]
H A DExtract.h26 FString OutputDir;
/external/lzma/CPP/Windows/
H A 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 _pat
[all...]
H A DDLL.h46 bool MyGetModuleFileName(FString &path);
48 FString GetModuleDirPrefix();
H A DDLL.cpp60 bool MyGetModuleFileName(FString &path)
93 FString GetModuleDirPrefix()
95 FString s;
H A DFileDir.cpp27 bool GetWindowsDir(FString &path)
49 bool GetSystemDir(FString &path)
257 FString pathName = _aPathName;
265 const FString pathName2 = pathName;
330 bool RemoveDirWithSubItems(const FString &path)
348 FString s = path;
375 bool MyGetFullPathName(CFSTR path, FString &resFullPath)
383 bool MyGetFullPathName(CFSTR path, FString &resFullPath)
403 bool GetCurrentDir(FString &path)
428 bool GetFullPathAndSplit(CFSTR path, FString
[all...]
H A DFileFind.h65 FString Name;
67 // FString ShortName;
113 FString _filePath;
117 CStreamEnumerator(const FString &filePath): _filePath(filePath) {}
130 FString _wildcard;
134 CEnumerator(const FString &wildcard): _wildcard(wildcard) {}
153 bool MyGetLogicalDriveStrings(CObjectVector<FString> &driveStrings);
H A DFileName.h12 void NormalizeDirPathPrefix(FString &dirPath); // ensures that it ended with '\\', if dirPath is not epmty
69 bool GetFullPath(CFSTR dirPrefix, CFSTR path, FString &fullPath);
70 bool GetFullPath(CFSTR path, FString &fullPath);
/external/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp86 FString outputFolder;
123 FString path;
126 FString fullPath;
158 FString dirPrefix;
/external/lzma/CPP/7zip/UI/FileManager/
H A DLangUtils.h20 FString GetLangDirPrefix();
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp56 static AString FStringToConsoleString(const FString &s)
61 static FString CmdStringToFString(const char *s)
87 static void PrintError(const char *message, const FString &name)
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)
334 FString fullProcessedPath = _directoryPath + us2fs(_filePath);
475 FString FullPath;
510 FString DirPrefi
[all...]

Completed in 271 milliseconds

12