OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSuperUncPath
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/
FileName.h
23
bool
IsSuperUncPath
(CFSTR s) throw();
FileFind.cpp
405
if (len > kSuperUncPathPrefixSize &&
IsSuperUncPath
(path))
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)); }
Completed in 170 milliseconds