Lines Matching full:throw
12 int FindSepar(const wchar_t *s) throw();
14 int FindSepar(const FChar *s) throw();
20 bool IsDrivePath(const wchar_t *s) throw(); // first 3 chars are drive chars like "a:\\"
22 bool IsAltPathPrefix(CFSTR s) throw(); /* name: */
31 bool IsDevicePath(CFSTR s) throw(); /* \\.\ */
32 bool IsSuperUncPath(CFSTR s) throw(); /* \\?\UNC\ */
33 bool IsNetworkPath(CFSTR s) throw(); /* \\?\UNC\ or \\SERVER */
41 unsigned GetNetworkServerPrefixSize(CFSTR s) throw();
43 bool IsNetworkShareRootPath(CFSTR s) throw(); /* \\?\UNC\SERVER\share or \\SERVER\share or with sl…
45 bool IsDrivePath_SuperAllowed(CFSTR s) throw(); // first chars are drive chars like "a:\" or "\\?\…
46 bool IsDriveRootPath_SuperAllowed(CFSTR s) throw(); // exact drive root path "a:\" or "\\?\a:\"
48 bool IsDrivePath2(const wchar_t *s) throw(); // first 2 chars are drive chars like "a:"
49 // bool IsDriveName2(const wchar_t *s) throw(); // is drive name like "a:"
50 bool IsSuperPath(const wchar_t *s) throw();
51 bool IsSuperOrDevicePath(const wchar_t *s) throw();
54 bool IsDrivePath2(CFSTR s) throw(); // first 2 chars are drive chars like "a:"
55 // bool IsDriveName2(CFSTR s) throw(); // is drive name like "a:"
56 bool IsDrivePath(CFSTR s) throw();
57 bool IsSuperPath(CFSTR s) throw();
58 bool IsSuperOrDevicePath(CFSTR s) throw();
70 unsigned GetRootPrefixSize(CFSTR s) throw();
74 int FindAltStreamColon(CFSTR path) throw();
78 bool IsAbsolutePath(const wchar_t *s) throw();
79 unsigned GetRootPrefixSize(const wchar_t *s) throw();
87 int GetUseSuperPathType(CFSTR s) throw();