HomeSort by relevance Sort by last modified time
    Searched full:us2fs (Results 1 - 25 of 28) sorted by null

1 2

  /external/lzma/CPP/7zip/UI/Common/
ArchiveName.cpp 69 return GetCorrectFsPath(fs2us(CreateArchiveName2(us2fs(srcName), fromPrev, keepName)));
Update.cpp 319 FString path = TempPrefix + us2fs(Name);
321 path += FString(FTEXT('.')) + us2fs(BaseExtension);
644 if (!GetOnlyDirPrefix(us2fs(archivePath.GetFinalPath()), dirPrefix))
676 realPath = us2fs(archivePath.GetFinalPath());
708 volStreamSpec->Prefix = us2fs(archivePath.GetFinalVolPath() + L".");
742 FString realPath = us2fs(archivePath.GetFinalPath());
1015 if (!fi.Find(us2fs(arcPath)))
1162 FString prefix = us2fs(censor.Pairs[0].Prefix) + FTEXT(".");
    [all...]
Extract.cpp 54 outDir.Replace(FSTRING_ANY_MASK, us2fs(GetCorrectFsPath(replaceName)));
70 outDirReduced = us2fs(dirPrefix);
227 const FString &arcPath = us2fs(arcPaths[i]);
271 if (!fi.Find(us2fs(arcPath)) || fi.IsDir())
358 if (fi.Find(us2fs(arcPath)))
ArchiveOpenCallback.cpp 87 if (!NFile::NName::GetFullPath(_folderPrefix, us2fs(name), fullPath))
ArchiveExtractCallback.cpp 322 fullPath += us2fs(s);
735 FString fullProcessedPath = us2fs(processedPath);
849 RINOK(SendMessageError("Dangerous link path was ignored", us2fs(relatPath)));
856 if (!NName::GetFullPath(_directoryPathFull, us2fs(relatPath), existPath))
858 RINOK(SendMessageError("Incorrect path", us2fs(relatPath)));
863 existPath = us2fs(linkPath);
ArchiveCommandLine.cpp 370 if (!NFind::DoesFileExist(us2fs(fileName)))
372 if (!ReadNamesFromListFile(us2fs(fileName), names, codePage))
581 const FString path = us2fs(prefix + name);
780 options.WorkingDir = us2fs(postString);
784 options.SfxModule = us2fs(parser[NKey::kSfx].PostStrings[0]);
930 NFile::NDir::MyGetFullPathName(us2fs(paths[i]), fullPath);
    [all...]
EnumDirItems.cpp 312 fi2.Name += us2fs(reducedName);
472 const FString fullPath = phyPrefix + us2fs(name);
558 const FString fullPath = phyPrefix + us2fs(nextNode.Name);
680 RINOK(EnumerateDirItems(pair.Head, phyParent, logParent, us2fs(pair.Prefix), UStringVector(),
722 if (!NDir::MyGetFullPathName(us2fs(GetPhyPath(i)), fullPathF))
UpdateCallback.cpp 341 if (NDir::MyGetFullPathName(us2fs(phyPath), fullPath))
475 if (!inStreamSpec->File.OpenReparse(us2fs(path)))
482 if (!inStreamSpec->OpenShared(us2fs(path), ShareForWrite))
HashCalc.cpp 293 if (!inStreamSpec->OpenShared(us2fs(phyPath), options.OpenShareForWrite))
OpenArchive.cpp     [all...]
  /external/lzma/CPP/Windows/
DLL.cpp 84 path = us2fs(s);
FileDir.cpp 44 path = us2fs(s);
66 path = us2fs(s);
421 path = us2fs(s);
463 path = us2fs(s);
FileFind.cpp 86 fi.Name = us2fs(fd.cFileName);
88 // fi.ShortName = us2fs(fd.cAlternateFileName);
378 Name += us2fs(si.Name);
567 driveStrings.Add(us2fs(s));
FileName.cpp 607 res += us2fs(rem);
674 res = us2fs(curDir);
675 res += us2fs(temp);
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.cpp 84 fullPath += us2fs(dirPathParts[i]);
158 FString fullProcessedPath = _directoryPath + us2fs(processedPath);
SfxSetup.cpp 298 if (!NFind::DoesFileExist(us2fs(appLaunched)))
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 546 CEnumerator enumerator(us2fs(pathPrefix + L'*'));
737 if (GetFullPath(us2fs(DirPrefix), us2fs(name), destPath))
788 if (!GetFullPath(us2fs(DirPrefix), us2fs(s), destPath))
937 if (DoesFileOrDirExist(us2fs(path)))
966 if (fi.Find(us2fs(base + result + cur)))
SysIconUtils.cpp 242 GetRealIconIndex(us2fs(fileName + dotPos), attrib, pair.IconIndex);
ExtractCallback.cpp 557 FString destPathSys = us2fs(destPath);
868 const FString path = DirPrefix + us2fs(GetCorrectFsPath(file.Name));
  /external/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp 112 outputFolder = us2fs(s.Ptr(2));
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 63 return us2fs(GetUnicodeString(s));
331 CreateComplexDir(_directoryPath + us2fs(_filePath.Left(slashPos)));
334 FString fullProcessedPath = _directoryPath + us2fs(_filePath);
672 if (!streamSpec->Create(us2fs(fileName), false))
  /external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp 210 outputDir = us2fs(dialog.DirPath);
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 309 if (!inStreamSpec->Open(us2fs(inputName)))
331 if (!outStreamSpec->Create(us2fs(outputName), true))
  /external/lzma/CPP/Common/
MyString.h 497 #define us2fs(_x_) (_x_) macro
509 FString us2fs(const wchar_t *s);
  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 342 outputDir = us2fs(parser[NKey::kOutputDir].PostStrings[0]);

Completed in 248 milliseconds

1 2