Searched refs:IsSuperOrDevicePath (Results 1 – 3 of 3) sorted by relevance
51 bool IsSuperOrDevicePath(const wchar_t *s) throw();58 bool IsSuperOrDevicePath(CFSTR s) throw();
183 bool IsSuperOrDevicePath(const wchar_t *s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); } in IsSuperOrDevicePath() function191 bool IsSuperOrDevicePath(CFSTR s) throw() { return IS_SUPER_OR_DEVICE_PATH(s); } in IsSuperOrDevicePath() function493 if (IsSuperOrDevicePath(s)) in GetUseSuperPathType()552 if (IsSuperOrDevicePath(s)) in GetSuperPathBase()
817 if (!IsSuperOrDevicePath(path)) in MyBrowseForFolder()847 if (!IsSuperOrDevicePath(path)) in MyBrowseForFile()923 if (IsSuperOrDevicePath(path)) in CorrectFsPath()936 if (IsSuperOrDevicePath(relBase)) in CorrectFsPath()