HomeSort by relevance Sort by last modified time
    Searched refs:kSuperPathPrefixSize (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/Windows/
FileName.h 19 const unsigned kSuperPathPrefixSize = 4;
20 const unsigned kSuperUncPathPrefixSize = kSuperPathPrefixSize + 4;
FileName.cpp 83 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...]
FileLink.cpp 115 path += kSuperPathPrefixSize;
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 264 if (NName::IsDrivePath(&FilePath[kSuperPathPrefixSize]))
265 rootSize = kSuperPathPrefixSize;

Completed in 453 milliseconds