Lines Matching refs:throw
12 int FindSepar(const wchar_t *s) throw();
14 int FindSepar(const FChar *s) throw();
24 bool IsDrivePath(const wchar_t *s) throw(); // first 3 chars are drive chars like "a:\\"
26 bool IsAltPathPrefix(CFSTR s) throw(); /* name: */
35 bool IsDevicePath(CFSTR s) throw(); /* \\.\ */
36 bool IsSuperUncPath(CFSTR s) throw(); /* \\?\UNC\ */
37 bool IsNetworkPath(CFSTR s) throw(); /* \\?\UNC\ or \\SERVER */
45 unsigned GetNetworkServerPrefixSize(CFSTR s) throw();
47 bool IsNetworkShareRootPath(CFSTR s) throw(); /* \\?\UNC\SERVER\share or \\SERVER\share or with slash */
49 bool IsDrivePath_SuperAllowed(CFSTR s) throw(); // first chars are drive chars like "a:\" or "\\?\a:\"
50 bool IsDriveRootPath_SuperAllowed(CFSTR s) throw(); // exact drive root path "a:\" or "\\?\a:\"
52 bool IsDrivePath2(const wchar_t *s) throw(); // first 2 chars are drive chars like "a:"
53 // bool IsDriveName2(const wchar_t *s) throw(); // is drive name like "a:"
54 bool IsSuperPath(const wchar_t *s) throw();
55 bool IsSuperOrDevicePath(const wchar_t *s) throw();
57 bool IsAltStreamPrefixWithColon(const UString &s) throw();
62 bool IsDrivePath2(CFSTR s) throw(); // first 2 chars are drive chars like "a:"
63 // bool IsDriveName2(CFSTR s) throw(); // is drive name like "a:"
64 bool IsDrivePath(CFSTR s) throw();
65 bool IsSuperPath(CFSTR s) throw();
66 bool IsSuperOrDevicePath(CFSTR s) throw();
78 unsigned GetRootPrefixSize(CFSTR s) throw();
82 int FindAltStreamColon(CFSTR path) throw();
86 bool IsAbsolutePath(const wchar_t *s) throw();
87 unsigned GetRootPrefixSize(const wchar_t *s) throw();
95 int GetUseSuperPathType(CFSTR s) throw();