Home
last modified time | relevance | path

Searched refs:IsSuperUncPath (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileName.cpp170 bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); } in IsSuperUncPath() function
175 if (IsSuperUncPath(s)) in IsNetworkPath()
186 if (IsSuperUncPath(s)) in GetNetworkServerPrefixSize()
218 // bool IsSuperUncPath(const wchar_t *s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPathPrefixSize)); }
H A DFileName.h36 bool IsSuperUncPath(CFSTR s) throw(); /* \\?\UNC\ */

Completed in 2 milliseconds