Home
last modified time | relevance | path

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

123

/external/lzma/CPP/Windows/
DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
36 bool RemoveDirWithSubItems(const FString &path);
38 bool MyGetFullPathName(CFSTR path, FString &resFullPath);
39 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
40 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix);
45 bool GetCurrentDir(FString &resultPath);
49 bool MyGetTempPath(FString &resultPath);
54 FString _path;
59 const FString &GetPath() const { return _path; } in GetPath()
[all …]
DFileDir.cpp27 bool GetWindowsDir(FString &path) in GetWindowsDir()
49 bool GetSystemDir(FString &path) in GetSystemDir()
348 FString path = _path; in CreateComplexDir()
358 const FString path2 = path; in CreateComplexDir()
437 bool RemoveDirWithSubItems(const FString &path) in RemoveDirWithSubItems()
455 FString s = path; in RemoveDirWithSubItems()
482 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
490 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
510 bool GetCurrentDir(FString &path) in GetCurrentDir()
535 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName) in GetFullPathAndSplit()
[all …]
DFileFind.h65 FString Name;
114 FString _filePath;
118 CStreamEnumerator(const FString &filePath): _filePath(filePath) {} in CStreamEnumerator()
133 FString _wildcard;
137 CEnumerator(const FString &wildcard): _wildcard(wildcard) {} in CEnumerator()
156 bool MyGetLogicalDriveStrings(CObjectVector<FString> &driveStrings);
DDLL.cpp60 bool MyGetModuleFileName(FString &path) in MyGetModuleFileName()
93 FString GetModuleDirPrefix() in GetModuleDirPrefix()
95 FString s; in GetModuleDirPrefix()
DFileName.h17 void NormalizeDirPathPrefix(FString &dirPath); // ensures that it ended with '\\', if dirPath is no…
110 bool GetFullPath(CFSTR dirPrefix, CFSTR path, FString &fullPath);
111 bool GetFullPath(CFSTR path, FString &fullPath);
DDLL.h52 bool MyGetModuleFileName(FString &path);
54 FString GetModuleDirPrefix();
/external/lzma/CPP/7zip/UI/Common/
DWorkDir.cpp16 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName) in GetWorkDir()
24 FString prefix = path.Left(3); in GetWorkDir()
52 FString tempDir = workDirInfo.Path; in GetWorkDir()
58 FString tempDir; in GetWorkDir()
66 HRESULT CWorkDirTempFile::CreateTempFile(const FString &originalPath) in CreateTempFile()
70 FString namePart; in CreateTempFile()
71 FString workDir = GetWorkDir(workDirInfo, originalPath, namePart); in CreateTempFile()
DDirItem.h38 virtual HRESULT ScanError(const FString &path, DWORD systemError) x; \
39 virtual HRESULT ScanProgress(const CDirItemsStat &st, const FString &path, bool isDir) x; \
81 HRESULT EnumerateDir(int phyParent, int logParent, const FString &phyPrefix);
94 const FString &phyPrefix);
105 HRESULT AddSecurityItem(const FString &path, int &secureIndex);
116 HRESULT AddError(const FString &path, DWORD errorCode);
117 HRESULT AddError(const FString &path);
119 HRESULT ScanProgress(const FString &path);
122 FString GetPhyPath(unsigned index) const;
129 const FString &phyPrefix,
DArchiveName.cpp16 FString resultName = fi.Name; in CreateArchiveName()
22 FString archiveName2 = resultName.Left(dotPos); in CreateArchiveName()
30 static FString CreateArchiveName2(const FString &path, bool fromPrev, bool keepName) in CreateArchiveName2()
32 FString resultName = FTEXT("Archive"); in CreateArchiveName2()
35 FString dirPrefix; in CreateArchiveName2()
65 FString name2 = resultName.Left(dotPos); in CreateArchiveName2()
DArchiveExtractCallback.h110 CObjectVector<FString> Links;
132 FString Path;
135 CIndexToPathPair(UInt32 index, const FString &path): Index(index), Path(path) {} in CIndexToPathPair()
162 FString _dirPathPrefix;
163 FString _dirPathPrefix_Full;
176 FString _diskFilePath;
240 void CreateComplexDirectory(const UStringVector &dirPathParts, FString &fullPath);
244 HRESULT SendMessageError(const char *message, const FString &path);
245 HRESULT SendMessageError_with_LastError(const char *message, const FString &path);
246 HRESULT SendMessageError2(const char *message, const FString &path1, const FString &path2);
[all …]
DWorkDir.h12 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName);
16 FString _originalPath;
22 HRESULT CreateTempFile(const FString &originalPath);
DEnumDirItems.cpp57 HRESULT CDirItems::AddError(const FString &path, DWORD errorCode) in AddError()
65 HRESULT CDirItems::AddError(const FString &path) in AddError()
72 HRESULT CDirItems::ScanProgress(const FString &dirPath) in ScanProgress()
103 FString CDirItems::GetPhyPath(unsigned index) const in GetPhyPath()
154 HRESULT CDirItems::AddSecurityItem(const FString &path, int &secureIndex) in AddSecurityItem()
212 HRESULT CDirItems::EnumerateDir(int phyParent, int logParent, const FString &phyPrefix) in EnumerateDir()
245 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR; in EnumerateDir()
253 const FString &phyPrefix, in EnumerateItems2()
263 const FString &filePath = filePaths[i]; in EnumerateItems2()
265 const FString phyPath = phyPrefix + filePath; in EnumerateItems2()
[all …]
DUpdate.h34 FString TempPrefix; // path(folder) for temp location
35 FString TempPostfix;
43 FString GetTempPath() const;
92 FString SfxModule;
104 FString WorkingDir;
158 HRESULT SetFromLastError(const char *message, const FString &fileName);
179 virtual HRESULT DeletingAfterArchiving(const FString &path, bool isDir) x; \
DArchiveOpenCallback.h75 FString _folderPrefix;
93 void Init(const FString &folderPrefix, const FString &fileName) in Init()
DUpdateCallback.h27 virtual HRESULT OpenFileError(const FString &path, DWORD systemError) x; \
28 virtual HRESULT ReadingFileError(const FString &path, DWORD systemError) x; \
110 FString VolName;
111 FString VolExt;
DUpdate.cpp51 HRESULT CUpdateErrorInfo::SetFromLastError(const char *message, const FString &fileName) in SetFromLastError()
58 static bool DeleteEmptyFolderAndEmptySubFolders(const FString &path) in DeleteEmptyFolderAndEmptySubFolders()
61 FString pathPrefix = path + FCHAR_PATH_SEPARATOR; in DeleteEmptyFolderAndEmptySubFolders()
95 FString Name;
103 FString Prefix;
169 FString name = temp; in Write()
336 FString CArchivePath::GetTempPath() const in GetTempPath()
338 FString path = TempPrefix; in GetTempPath()
670 FString dirPrefix; in Compress()
693 FString realPath; in Compress()
[all …]
DArchiveExtractCallback.cpp195 const FString &directoryPath, in Init()
324 void CArchiveExtractCallback::CreateComplexDirectory(const UStringVector &dirPathParts, FString &fu… in CreateComplexDirectory()
382 static void AddPathToMessage(UString &s, const FString &path) in AddPathToMessage()
388 HRESULT CArchiveExtractCallback::SendMessageError(const char *message, const FString &path) in SendMessageError()
396 HRESULT CArchiveExtractCallback::SendMessageError_with_LastError(const char *message, const FString in SendMessageError_with_LastError()
410 …ExtractCallback::SendMessageError2(const char *message, const FString &path1, const FString &path2) in SendMessageError2()
542 static FString MakePath_from_2_Parts(const FString &prefix, const FString &path) in MakePath_from_2_Parts()
544 FString s = prefix; in MakePath_from_2_Parts()
1023 FString fullPathNew; in GetStream()
1038 FString fullProcessedPath = us2fs(processedPath); in GetStream()
[all …]
/external/lzma/CPP/7zip/Common/
DFilePathAutoRename.cpp14 static bool MakeAutoName(const FString &name, in MakeAutoName()
15 const FString &extension, UInt32 value, FString &path) in MakeAutoName()
25 bool AutoRenamePath(FString &path) in AutoRenamePath()
30 FString name = path; in AutoRenamePath()
31 FString extension; in AutoRenamePath()
39 FString temp; in AutoRenamePath()
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.h17 void AddError(const FString &path, DWORD systemError) in AddError()
37 void CommonError(const FString &path, DWORD systemError, bool isWarning);
39 HRESULT ScanError_Base(const FString &path, DWORD systemError);
40 HRESULT OpenFileError_Base(const FString &name, DWORD systemError);
41 HRESULT ReadingFileError_Base(const FString &name, DWORD systemError);
DUpdateCallbackConsole.cpp164 HRESULT CUpdateCallbackConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool /* … in ScanProgress()
177 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError()
194 HRESULT CCallbackConsoleBase::ScanError_Base(const FString &path, DWORD systemError) in ScanError_Base()
204 HRESULT CCallbackConsoleBase::OpenFileError_Base(const FString &path, DWORD systemError) in OpenFileError_Base()
220 HRESULT CCallbackConsoleBase::ReadingFileError_Base(const FString &path, DWORD systemError) in ReadingFileError_Base()
227 HRESULT CUpdateCallbackConsole::ScanError(const FString &path, DWORD systemError) in ScanError()
327 HRESULT CUpdateCallbackConsole::DeletingAfterArchiving(const FString &path, bool /* isDir */) in DeletingAfterArchiving()
519 HRESULT CUpdateCallbackConsole::OpenFileError(const FString &path, DWORD systemError) in OpenFileError()
524 HRESULT CUpdateCallbackConsole::ReadingFileError(const FString &path, DWORD systemError) in ReadingFileError()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp27 FString FileName;
28 FString DestFolder;
62 FString dirPath = DestFolder; in Process2()
100 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.cpp64 static AString FStringToConsoleString(const FString &s) in FStringToConsoleString()
69 static FString CmdStringToFString(const char *s) in CmdStringToFString()
95 static void PrintError(const char *message, const FString &name) in PrintError()
217 FString _directoryPath; // Output directory
219 FString _diskFilePath; // full path to file on disk
234 void Init(IInArchive *archiveHandler, const FString &directoryPath);
243 void CArchiveExtractCallback::Init(IInArchive *archiveHandler, const FString &directoryPath) in Init()
342 FString fullProcessedPath = _directoryPath + us2fs(_filePath); in GetStream()
483 FString FullPath;
517 FString DirPrefix;
[all …]
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp90 FString outputFolder; in WinMain2()
127 FString path; in WinMain2()
130 FString fullPath; in WinMain2()
162 FString dirPrefix; in WinMain2()

123