Searched refs:kSuperPathPrefixSize (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/
H A DFileName.h19 const unsigned kSuperPathPrefixSize = 4; member in namespace:NWindows::NFile::NName
20 const unsigned kSuperUncPathPrefixSize = kSuperPathPrefixSize + 4;
H A DFileName.cpp83 bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); }
88 // bool IsSuperUncPath(const wchar_t *s) { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); }
129 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize))
135 int pos = FindCharPosInString(s + kSuperPathPrefixSize, FCHAR_PATH_SEPARATOR);
138 return kSuperPathPrefixSize + pos + 1;
176 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize))
182 int pos = FindCharPosInString(s + kSuperPathPrefixSize, L'\\');
185 return kSuperPathPrefixSize + pos + 1;
349 if (AreThereDotsFolders(s + kSuperPathPrefixSize))
413 if (!AreThereDotsFolders(s + kSuperPathPrefixSize))
[all...]
H A DFileLink.cpp115 path += kSuperPathPrefixSize;
/external/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp264 if (NName::IsDrivePath(&FilePath[kSuperPathPrefixSize]))
265 rootSize = kSuperPathPrefixSize;

Completed in 79 milliseconds