Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp136 bool IsSuperUncPath(CFSTR s) throw() { return (IS_SUPER_PREFIX(s) && IS_UNC_WITH_SLASH(s + kSuperPa… in IsSuperUncPath() function
141 if (IsSuperUncPath(s)) in IsNetworkPath()
152 if (IsSuperUncPath(s)) in GetNetworkServerPrefixSize()
DFileName.h32 bool IsSuperUncPath(CFSTR s) throw(); /* \\?\UNC\ */