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

  /external/chromium_org/net/base/
directory_lister.cc 25 bool IsDotDot(const base::FilePath& path) {
35 if (IsDotDot(a.info.GetName()))
37 if (IsDotDot(b.info.GetName()))
53 if (IsDotDot(a.info.GetName()))
55 if (IsDotDot(b.info.GetName()))
  /external/chromium/base/
file_util.cc 199 bool IsDotDot(const FilePath& path) {
407 return IsDot(path) || (IsDotDot(path) && !(INCLUDE_DOT_DOT & file_type_));

Completed in 2333 milliseconds