Home
last modified time | relevance | path

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

123

/external/lzma/CPP/Windows/
DFileDir.h14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
49 bool RemoveDirWithSubItems(const FString &path);
51 bool MyGetFullPathName(CFSTR path, FString &resFullPath);
52 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
53 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix);
58 bool GetCurrentDir(FString &resultPath);
62 bool MyGetTempPath(FString &resultPath);
67 FString _path;
72 const FString &GetPath() const { return _path; } in GetPath()
[all …]
DFileDir.cpp27 bool GetWindowsDir(FString &path) in GetWindowsDir()
49 bool GetSystemDir(FString &path) in GetSystemDir()
357 FString path (_path); in CreateComplexDir()
367 const FString path2 (path); in CreateComplexDir()
446 bool RemoveDirWithSubItems(const FString &path) in RemoveDirWithSubItems()
464 FString s (path); in RemoveDirWithSubItems()
491 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
499 bool MyGetFullPathName(CFSTR path, FString &resFullPath) in MyGetFullPathName()
519 bool GetCurrentDir(FString &path) in GetCurrentDir()
544 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 void SetDirPrefix(const FString &dirPrefix);
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.h71 virtual HRESULT ScanError(const FString &path, DWORD systemError) x; \
72 virtual HRESULT ScanProgress(const CDirItemsStat &st, const FString &path, bool isDir) x; \
114 HRESULT EnumerateDir(int phyParent, int logParent, const FString &phyPrefix);
127 const FString &phyPrefix);
138 HRESULT AddSecurityItem(const FString &path, int &secureIndex);
149 HRESULT AddError(const FString &path, DWORD errorCode);
150 HRESULT AddError(const FString &path);
152 HRESULT ScanProgress(const FString &path);
155 FString GetPhyPath(unsigned index) const;
162 const FString &phyPrefix,
DArchiveExtractCallback.h119 CObjectVector<FString> Links;
141 FString Path;
144 CIndexToPathPair(UInt32 index, const FString &path): Index(index), Path(path) {} in CIndexToPathPair()
166 FString Path;
190 FString _dirPathPrefix;
191 FString _dirPathPrefix_Full;
205 FString _diskFilePath;
269 void CreateComplexDirectory(const UStringVector &dirPathParts, FString &fullPath);
273 HRESULT SendMessageError(const char *message, const FString &path);
274 HRESULT SendMessageError_with_LastError(const char *message, const FString &path);
[all …]
DWorkDir.h12 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName);
16 FString _originalPath;
22 HRESULT CreateTempFile(const FString &originalPath);
DArchiveName.cpp18 FString resultName = fi.Name; in CreateArchiveName()
24 FString archiveName2 = resultName.Left(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(dotPos); in CreateArchiveName2()
DEnumDirItems.cpp58 HRESULT CDirItems::AddError(const FString &path, DWORD errorCode) in AddError()
66 HRESULT CDirItems::AddError(const FString &path) in AddError()
73 HRESULT CDirItems::ScanProgress(const FString &dirPath) in ScanProgress()
104 FString CDirItems::GetPhyPath(unsigned index) const in GetPhyPath()
155 HRESULT CDirItems::AddSecurityItem(const FString &path, int &secureIndex) in AddSecurityItem()
213 HRESULT CDirItems::EnumerateDir(int phyParent, int logParent, const FString &phyPrefix) in EnumerateDir()
247 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR; in EnumerateDir()
255 const FString &phyPrefix, in EnumerateItems2()
265 const FString &filePath = filePaths[i]; in EnumerateItems2()
267 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;
105 FString WorkingDir;
160 HRESULT SetFromLastError(const char *message, const FString &fileName);
181 virtual HRESULT DeletingAfterArchiving(const FString &path, bool isDir) x; \
DUpdate.cpp53 HRESULT CUpdateErrorInfo::SetFromLastError(const char *message, const FString &fileName) in SetFromLastError()
60 static bool DeleteEmptyFolderAndEmptySubFolders(const FString &path) in DeleteEmptyFolderAndEmptySubFolders()
63 FString pathPrefix = path + FCHAR_PATH_SEPARATOR; in DeleteEmptyFolderAndEmptySubFolders()
98 FString Name;
106 FString Prefix;
170 FString name; in Write()
337 FString CArchivePath::GetTempPath() const in GetTempPath()
339 FString path = TempPrefix; in GetTempPath()
768 FString dirPrefix; in Compress()
791 FString realPath; in Compress()
[all …]
DArchiveExtractCallback.cpp205 const FString &directoryPath, in Init()
334 void CArchiveExtractCallback::CreateComplexDirectory(const UStringVector &dirPathParts, FString &fu… in CreateComplexDirectory()
394 static void AddPathToMessage(UString &s, const FString &path) in AddPathToMessage()
400 HRESULT CArchiveExtractCallback::SendMessageError(const char *message, const FString &path) in SendMessageError()
407 HRESULT CArchiveExtractCallback::SendMessageError_with_LastError(const char *message, const FString in SendMessageError_with_LastError()
420 …ExtractCallback::SendMessageError2(const char *message, const FString &path1, const FString &path2) in SendMessageError2()
551 static FString MakePath_from_2_Parts(const FString &prefix, const FString &path) in MakePath_from_2_Parts()
553 FString s (prefix); in MakePath_from_2_Parts()
1035 FString fullPathNew; in GetStream()
1072 FString fullProcessedPath (us2fs(processedPath)); in GetStream()
[all …]
DArchiveOpenCallback.h75 FString _folderPrefix;
93 void Init(const FString &folderPrefix, const FString &fileName) in Init()
DUpdateCallback.h39 virtual HRESULT OpenFileError(const FString &path, DWORD systemError) x; \
40 virtual HRESULT ReadingFileError(const FString &path, DWORD systemError) x; \
122 FString VolName;
123 FString VolExt;
/external/lzma/CPP/7zip/Common/
DFilePathAutoRename.cpp11 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()
/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.cpp166 HRESULT CUpdateCallbackConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool /* … in ScanProgress()
179 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError()
198 HRESULT CCallbackConsoleBase::ScanError_Base(const FString &path, DWORD systemError) in ScanError_Base()
208 HRESULT CCallbackConsoleBase::OpenFileError_Base(const FString &path, DWORD systemError) in OpenFileError_Base()
224 HRESULT CCallbackConsoleBase::ReadingFileError_Base(const FString &path, DWORD systemError) in ReadingFileError_Base()
231 HRESULT CUpdateCallbackConsole::ScanError(const FString &path, DWORD systemError) in ScanError()
332 HRESULT CUpdateCallbackConsole::DeletingAfterArchiving(const FString &path, bool /* isDir */) in DeletingAfterArchiving()
545 HRESULT CUpdateCallbackConsole::OpenFileError(const FString &path, DWORD systemError) in OpenFileError()
550 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.cpp83 static FString CmdStringToFString(const char *s) in CmdStringToFString()
129 static void PrintError(const char *message, const FString &name) in PrintError()
247 FString _directoryPath; // Output directory
249 FString _diskFilePath; // full path to file on disk
264 void Init(IInArchive *archiveHandler, const FString &directoryPath);
273 void CArchiveExtractCallback::Init(IInArchive *archiveHandler, const FString &directoryPath) in Init()
372 FString fullProcessedPath = _directoryPath + us2fs(_filePath); in GetStream()
513 FString FullPath;
547 FString DirPrefix;
654 FString path = DirPrefix + dirItem.FullPath; in GetStream()
[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