Home
last modified time | relevance | path

Searched refs:WCHAR_PATH_SEPARATOR (Results 1 – 13 of 13) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/Common/
DItemNameUtils.cpp10 static const wchar_t kOsPathSepar = WCHAR_PATH_SEPARATOR;
12 #if WCHAR_PATH_SEPARATOR != L'/'
17 #if WCHAR_PATH_SEPARATOR != L'/' in ReplaceSlashes_OsToUnix()
29 #if WCHAR_PATH_SEPARATOR != L'/' in GetOsPath()
51 #if WCHAR_PATH_SEPARATOR != L'/' in ReplaceToOsSlashes_Remove_TailSlash()
59 #if WCHAR_PATH_SEPARATOR != L'/' in ReplaceToOsSlashes_Remove_TailSlash()
67 c = WCHAR_PATH_SEPARATOR; in ReplaceToOsSlashes_Remove_TailSlash()
89 #if WCHAR_PATH_SEPARATOR != L'/' in NormalizeSlashes_in_FileName_for_OsPath()
130 newName.Replace(L'\\', WCHAR_PATH_SEPARATOR); in WinPathToOsPath()
/third_party/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp36 c == WCHAR_PATH_SEPARATOR) in ReplaceIncorrectChars()
38 #if WCHAR_PATH_SEPARATOR != L'/' in ReplaceIncorrectChars()
40 if (c == WCHAR_PATH_SEPARATOR) in ReplaceIncorrectChars()
DArchiveOpenCallback.cpp101 name2.Replace(L'/', WCHAR_PATH_SEPARATOR); in GetStream()
DArchiveExtractCallback.cpp866 _link.linkPath.Replace(L'\\', WCHAR_PATH_SEPARATOR); in ReadLink()
878 _link.linkPath.Replace(L'/', WCHAR_PATH_SEPARATOR); in ReadLink()
2136 linkPath.Replace(L'\\', WCHAR_PATH_SEPARATOR); in Parse()
DOpenArchive.cpp653 #if WCHAR_PATH_SEPARATOR != L'/' in GetItem_Path()
655 c = WCHAR_PATH_SEPARATOR; in GetItem_Path()
812 if (c == WCHAR_PATH_SEPARATOR) in FindAltStreamColon_in_Path()
DEnumDirItems.cpp1605 ConvertToLongNames(prefix + nextNode.Name + WCHAR_PATH_SEPARATOR, nextNode); in ConvertToLongNames()
DHashCalc.cpp385 path.Replace(WCHAR_PATH_SEPARATOR, L'/'); in WriteLine()
/third_party/lzma/C/
D7zTypes.h506 #define WCHAR_PATH_SEPARATOR L'\\' macro
513 #define WCHAR_PATH_SEPARATOR L'/' macro
/third_party/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp720 _pathEdit.SetText(fs2us(file.Name) + WCHAR_PATH_SEPARATOR); in SetPathEditText()
916 path.Replace(L'/', WCHAR_PATH_SEPARATOR); in CorrectFsPath()
976 int slashPos = path.Find(WCHAR_PATH_SEPARATOR, start); in CorrectFsPath()
/third_party/lzma/CPP/Common/
DMyString.h653 void Add_PathSepar() { operator+=(WCHAR_PATH_SEPARATOR); } in Add_PathSepar()
1009 #if WCHAR_PATH_SEPARATOR == L'\\'
/third_party/lzma/CPP/Windows/
DFileName.cpp77 s.ReplaceOneCharAtPos(i, WCHAR_PATH_SEPARATOR); in NormalizeDirSeparators()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp542 #if WCHAR_PATH_SEPARATOR != L'/' in GetPath_Prop()
544 c = WCHAR_PATH_SEPARATOR; in GetPath_Prop()
/third_party/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp365 if (!_tempU.IsEmpty() && _tempU.Back() != WCHAR_PATH_SEPARATOR) in PrepareOperation()