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/
H A 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 + kSuperPathPrefixSize)); } in IsSuperUncPath()
218 // bool IsSuperUncPath(const wchar_t *s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); }
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()

Completed in 2 milliseconds