Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileName.cpp131 #define IS_UNC_WITH_SLASH(s) ( \ macro
170 bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPa… in IsSuperUncPath()
241 if (IS_UNC_WITH_SLASH(s2)) in If_IsSuperPath_RemoveSuperPrefix()
328 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)) in GetRootPrefixSize_Of_SuperPath()
377 if (IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)) in GetRootPrefixSize_Of_SuperPath()