HomeSort by relevance Sort by last modified time
    Searched refs:IsDotDot (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
file_util.cc 421 return IsDot(path) || (IsDotDot(path) && !(INCLUDE_DOT_DOT & file_type_));
428 bool FileEnumerator::IsDotDot(const FilePath& path) {
file_util.h 468 bool IsDotDot(const FilePath& path);

Completed in 34 milliseconds