Searched refs:WCHAR_PATH_SEPARATOR (Results 1 - 13 of 13) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A 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/ |
H A 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()
|
H A D | ArchiveOpenCallback.cpp | 297 name2.Replace(L'/', WCHAR_PATH_SEPARATOR);
|
H A D | ArchiveExtractCallback.cpp | 873 _link.linkPath.Replace(L'\\', WCHAR_PATH_SEPARATOR);
in ReadLink() 885 _link.linkPath.Replace(L'/', WCHAR_PATH_SEPARATOR);
in ReadLink() 2149 linkPath.Replace(L'\\', WCHAR_PATH_SEPARATOR);
in Parse() 2183 linkPath.Replace(L'\\', WCHAR_PATH_SEPARATOR);
in CloseReparseAndFile()
|
H A D | OpenArchive.cpp | 644 #if WCHAR_PATH_SEPARATOR != L'/'
646 c = WCHAR_PATH_SEPARATOR;
722 sz[(pos + size2 - 2) / 2] = (parentType == 0) ? WCHAR_PATH_SEPARATOR : L':';
725 // result.Replace(L'/', WCHAR_PATH_SEPARATOR);
803 if (c == WCHAR_PATH_SEPARATOR)
|
H A D | EnumDirItems.cpp | 1622 ConvertToLongNames(prefix + nextNode.Name + WCHAR_PATH_SEPARATOR, nextNode);
in ConvertToLongNames()
|
H A D | HashCalc.cpp | 385 path.Replace(WCHAR_PATH_SEPARATOR, L'/');
in WriteLine()
|
/third_party/lzma/C/ |
H A D | 7zTypes.h | 566 #define WCHAR_PATH_SEPARATOR L'\\'
macro 573 #define WCHAR_PATH_SEPARATOR L'/'
macro
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | BrowseDialog.cpp | 736 _pathEdit.SetText(fs2us(file.Name) + WCHAR_PATH_SEPARATOR);
in SetPathEditText() 980 path.Replace(L'/', WCHAR_PATH_SEPARATOR);
in CorrectFsPath() 1016 if (path.Back() == WCHAR_PATH_SEPARATOR)
in CorrectFsPath() 1019 result.Insert(0, WCHAR_PATH_SEPARATOR);
in CorrectFsPath() 1021 int pos = path.ReverseFind(WCHAR_PATH_SEPARATOR) + 1;
in CorrectFsPath() 1039 const int slashPos = path.Find(WCHAR_PATH_SEPARATOR, start);
in CorrectFsPath()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileName.cpp | 77 s.ReplaceOneCharAtPos(i, WCHAR_PATH_SEPARATOR);
in NormalizeDirSeparators() 436 // s.Replace(L'/', WCHAR_PATH_SEPARATOR);
in ResolveDotsFolders()
|
/third_party/lzma/CPP/Common/ |
H A D | MyString.h | 689 void Add_PathSepar() { operator+=(WCHAR_PATH_SEPARATOR); }
in Add_PathSepar() 1060 #if WCHAR_PATH_SEPARATOR == L'\\'
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zIn.cpp | 592 #if WCHAR_PATH_SEPARATOR != L'/'
in GetPath_Prop() 594 c = WCHAR_PATH_SEPARATOR;
in GetPath_Prop() 637 c = WCHAR_PATH_SEPARATOR;
in GetPath_Prop() 645 *(--s) = (file.IsAltStream ? ':' : WCHAR_PATH_SEPARATOR);
in GetPath_Prop()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | ExtractCallbackConsole.cpp | 365 if (!_tempU.IsEmpty() && _tempU.Back() != WCHAR_PATH_SEPARATOR)
in PrepareOperation()
|
Completed in 20 milliseconds