Home
last modified time | relevance | path

Searched refs:GetCorrectFsPath (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DArchiveName.cpp25 return GetCorrectFsPath(fs2us(resultName)); in CreateArchiveName()
69 return GetCorrectFsPath(fs2us(CreateArchiveName2(us2fs(srcName), fromPrev, keepName))); in CreateArchiveName()
DExtractingFilePath.h16 UString GetCorrectFsPath(const UString &path);
DExtractingFilePath.cpp163 UString GetCorrectFsPath(const UString &path) in GetCorrectFsPath() function
DExtract.cpp54 outDir.Replace(FSTRING_ANY_MASK, us2fs(GetCorrectFsPath(replaceName))); in DecompressArchive()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp868 const FString path = DirPrefix + us2fs(GetCorrectFsPath(file.Name)); in FlushToDisk()