Home
last modified time | relevance | path

Searched refs:IsDotDot (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dfile_util.cc421 return IsDot(path) || (IsDotDot(path) && !(INCLUDE_DOT_DOT & file_type_)); in ShouldSkip()
428 bool FileEnumerator::IsDotDot(const FilePath& path) { in IsDotDot() function in file_util::FileEnumerator
Dfile_util.h468 bool IsDotDot(const FilePath& path);