Searched refs:WCHAR_PATH_SEPARATOR (Results 1 – 13 of 13) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/Common/ |
D | ItemNameUtils.cpp | 10 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/ |
D | ExtractingFilePath.cpp | 36 c == WCHAR_PATH_SEPARATOR) in ReplaceIncorrectChars() 38 #if WCHAR_PATH_SEPARATOR != L'/' in ReplaceIncorrectChars() 40 if (c == WCHAR_PATH_SEPARATOR) in ReplaceIncorrectChars()
|
D | ArchiveOpenCallback.cpp | 101 name2.Replace(L'/', WCHAR_PATH_SEPARATOR); in GetStream()
|
D | ArchiveExtractCallback.cpp | 866 _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()
|
D | OpenArchive.cpp | 653 #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()
|
D | EnumDirItems.cpp | 1605 ConvertToLongNames(prefix + nextNode.Name + WCHAR_PATH_SEPARATOR, nextNode); in ConvertToLongNames()
|
D | HashCalc.cpp | 385 path.Replace(WCHAR_PATH_SEPARATOR, L'/'); in WriteLine()
|
/third_party/lzma/C/ |
D | 7zTypes.h | 506 #define WCHAR_PATH_SEPARATOR L'\\' macro 513 #define WCHAR_PATH_SEPARATOR L'/' macro
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 720 _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/ |
D | MyString.h | 653 void Add_PathSepar() { operator+=(WCHAR_PATH_SEPARATOR); } in Add_PathSepar() 1009 #if WCHAR_PATH_SEPARATOR == L'\\'
|
/third_party/lzma/CPP/Windows/ |
D | FileName.cpp | 77 s.ReplaceOneCharAtPos(i, WCHAR_PATH_SEPARATOR); in NormalizeDirSeparators()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.cpp | 542 #if WCHAR_PATH_SEPARATOR != L'/' in GetPath_Prop() 544 c = WCHAR_PATH_SEPARATOR; in GetPath_Prop()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | ExtractCallbackConsole.cpp | 365 if (!_tempU.IsEmpty() && _tempU.Back() != WCHAR_PATH_SEPARATOR) in PrepareOperation()
|