Searched refs:IsDot (Results 1 – 4 of 4) sorted by relevance
140 int second_dot_len = IsDot(spec, after_dot, end); in ClassifyAfterDot()228 if ((dotlen = IsDot(spec, i, end)) > 0) { in DoPartialPath()
125 inline int IsDot(const CHAR* spec, int offset, int end) { in IsDot() function
195 bool IsDot(const FilePath& path) { in IsDot() function407 return IsDot(path) || (IsDotDot(path) && !(INCLUDE_DOT_DOT & file_type_)); in ShouldSkip()
308 BASE_API bool IsDot(const FilePath& path);