HomeSort by relevance Sort by last modified time
    Searched refs:FString (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/lzma/CPP/7zip/Common/
FilePathAutoRename.h 8 bool AutoRenamePath(FString &fullProcessedPath);
FilePathAutoRename.cpp 14 static bool MakeAutoName(const FString &name,
15 const FString &extension, UInt32 value, FString &path)
25 bool AutoRenamePath(FString &path)
30 FString name = path;
31 FString extension;
39 FString temp;
  /external/lzma/CPP/7zip/UI/Common/
WorkDir.h 12 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName);
16 FString _originalPath;
22 HRESULT CreateTempFile(const FString &originalPath);
ArchiveName.cpp 16 FString resultName = fi.Name;
22 FString archiveName2 = resultName.Left(dotPos);
30 static FString CreateArchiveName2(const FString &path, bool fromPrev, bool keepName)
32 FString resultName = FTEXT("Archive");
35 FString dirPrefix;
65 FString name2 = resultName.Left(dotPos);
WorkDir.cpp 16 FString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const FString &path, FString &fileName)
24 FString prefix = path.Left(3);
52 FString tempDir = workDirInfo.Path;
58 FString tempDir;
66 HRESULT CWorkDirTempFile::CreateTempFile(const FString &originalPath)
70 FString namePart;
71 FString workDir = GetWorkDir(workDirInfo, originalPath, namePart);
DirItem.h 38 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,
    [all...]
ArchiveExtractCallback.h 110 CObjectVector<FString> Links;
132 FString Path;
135 CIndexToPathPair(UInt32 index, const FString &path): Index(index), Path(path) {}
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...]
ArchiveOpenCallback.h 75 FString _folderPrefix;
93 void Init(const FString &folderPrefix, const FString &fileName)
Update.h 34 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; \
EnumDirItems.cpp 57 HRESULT CDirItems::AddError(const FString &path, DWORD errorCode)
65 HRESULT CDirItems::AddError(const FString &path)
72 HRESULT CDirItems::ScanProgress(const FString &dirPath)
103 FString CDirItems::GetPhyPath(unsigned index) const
154 HRESULT CDirItems::AddSecurityItem(const FString &path, int &secureIndex)
212 HRESULT CDirItems::EnumerateDir(int phyParent, int logParent, const FString &phyPrefix)
245 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR;
253 const FString &phyPrefix,
263 const FString &filePath = filePaths[i];
265 const FString phyPath = phyPrefix + filePath;
    [all...]
UpdateCallback.h 27 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;
Extract.h 26 FString OutputDir;
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractEngine.h 8 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder,
ExtractCallbackSfx.h 36 FString _directoryPath;
38 FString _diskFilePath;
65 const FString &directoryPath,
ExtractEngine.cpp 27 FString FileName;
28 FString DestFolder;
62 FString dirPath = DestFolder;
100 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder,
  /external/lzma/CPP/Windows/
FileDir.h 14 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;
    [all...]
DLL.h 52 bool MyGetModuleFileName(FString &path);
54 FString GetModuleDirPrefix();
DLL.cpp 60 bool MyGetModuleFileName(FString &path)
93 FString GetModuleDirPrefix()
95 FString s;
FileDir.cpp 27 bool GetWindowsDir(FString &path)
49 bool GetSystemDir(FString &path)
348 FString path = _path;
358 const FString path2 = path;
437 bool RemoveDirWithSubItems(const FString &path)
455 FString s = path;
482 bool MyGetFullPathName(CFSTR path, FString &resFullPath)
490 bool MyGetFullPathName(CFSTR path, FString &resFullPath)
510 bool GetCurrentDir(FString &path)
535 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName)
    [all...]
FileFind.h 65 FString Name;
67 // FString ShortName;
114 FString _filePath;
118 CStreamEnumerator(const FString &filePath): _filePath(filePath) {}
133 FString _wildcard;
137 CEnumerator(const FString &wildcard): _wildcard(wildcard) {}
156 bool MyGetLogicalDriveStrings(CObjectVector<FString> &driveStrings);
FileName.h 17 void NormalizeDirPathPrefix(FString &dirPath); // ensures that it ended with '\\', if dirPath is not epmty
110 bool GetFullPath(CFSTR dirPrefix, CFSTR path, FString &fullPath);
111 bool GetFullPath(CFSTR path, FString &fullPath);
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.h 17 void AddError(const FString &path, DWORD systemError)
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);
UpdateCallbackConsole.cpp 164 HRESULT CUpdateCallbackConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool /* isDir */)
177 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning)
194 HRESULT CCallbackConsoleBase::ScanError_Base(const FString &path, DWORD systemError)
204 HRESULT CCallbackConsoleBase::OpenFileError_Base(const FString &path, DWORD systemError)
220 HRESULT CCallbackConsoleBase::ReadingFileError_Base(const FString &path, DWORD systemError)
227 HRESULT CUpdateCallbackConsole::ScanError(const FString &path, DWORD systemError)
327 HRESULT CUpdateCallbackConsole::DeletingAfterArchiving(const FString &path, bool /* isDir */)
519 HRESULT CUpdateCallbackConsole::OpenFileError(const FString &path, DWORD systemError)
524 HRESULT CUpdateCallbackConsole::ReadingFileError(const FString &path, DWORD systemError)
  /external/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp 90 FString outputFolder;
127 FString path;
130 FString fullPath;
162 FString dirPrefix;
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 64 static AString FStringToConsoleString(const FString &s)
69 static FString CmdStringToFString(const char *s)
95 static void PrintError(const char *message, const FString &name)
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)
342 FString fullProcessedPath = _directoryPath + us2fs(_filePath);
483 FString FullPath;
517 FString DirPrefix;
    [all...]

Completed in 486 milliseconds

1 2 3