HomeSort by relevance Sort by last modified time
    Searched refs:dirPrefix (Results 1 - 10 of 10) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ArchiveName.cpp 33 FString dirPrefix;
34 if (NFile::NDir::GetOnlyDirPrefix(srcName, dirPrefix))
36 if (dirPrefix.Len() > 0)
37 if (dirPrefix.Back() == FCHAR_PATH_SEPARATOR)
39 dirPrefix.DeleteBack();
41 if (fileInfo.Find(dirPrefix))
Extract.cpp 62 UString dirPrefix;
63 SplitPathToParts_Smart(fs2us(outDir), dirPrefix, elimPrefix);
70 outDirReduced = us2fs(dirPrefix);
Update.cpp 643 FString dirPrefix;
644 if (!GetOnlyDirPrefix(us2fs(archivePath.GetFinalPath()), dirPrefix))
646 CreateComplexDir(dirPrefix);
    [all...]
OpenArchive.cpp     [all...]
  /external/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp 158 FString dirPrefix;
159 if (!GetOnlyDirPrefix(path, dirPrefix))
165 eo.OutputDir = outputFolderDefined ? outputFolder : dirPrefix;
  /external/lzma/CPP/Common/
Wildcard.h 25 void SplitPathToParts_2(const UString &path, UString &dirPrefix, UString &name);
26 void SplitPathToParts_Smart(const UString &path, UString &dirPrefix, UString &name); // ignores dir delimiter at the end of (path)
Wildcard.cpp 110 void SplitPathToParts_2(const UString &path, UString &dirPrefix, UString &name)
117 dirPrefix.SetFrom(path, (unsigned)(p - start));
121 void SplitPathToParts_Smart(const UString &path, UString &dirPrefix, UString &name)
133 dirPrefix.SetFrom(path, (unsigned)(p - start));
  /external/lzma/CPP/Windows/
FileName.h 69 bool GetFullPath(CFSTR dirPrefix, CFSTR path, FString &fullPath);
FileName.cpp 581 bool GetFullPath(CFSTR dirPrefix, CFSTR s, FString &res)
589 if (!dirPrefix)
591 res = dirPrefix;
624 if (dirPrefix)
625 curDir = fs2us(dirPrefix);
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp 165 UString dirPrefix = L"." WSTRING_PATH_SEPARATOR;
184 dirPrefix = pairs[index].String;
332 CSysString appLaunchedSys = GetSystemString(dirPrefix + appLaunched);

Completed in 378 milliseconds