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

  /external/chromium/googleurl/src/
url_canon_internal.h 124 inline int IsDot(const CHAR* spec, int offset, int end) {
  /external/chromium/base/
file_util.cc 421 return IsDot(path) || (IsDotDot(path) && !(INCLUDE_DOT_DOT & file_type_));
424 bool FileEnumerator::IsDot(const FilePath& path) {

Completed in 498 milliseconds