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

  /external/chromium_org/base/files/
file_enumerator.cc 18 !(INCLUDE_DOT_DOT & file_type_));
file_enumerator_win.cc 49 // INCLUDE_DOT_DOT must not be specified if recursive.
50 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
64 // INCLUDE_DOT_DOT must not be specified if recursive.
65 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
file_enumerator.h 75 INCLUDE_DOT_DOT = 1 << 2,
file_enumerator_posix.cc 47 // INCLUDE_DOT_DOT must not be specified if recursive.
48 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
61 // INCLUDE_DOT_DOT must not be specified if recursive.
62 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
  /external/chromium/net/base/
directory_lister.cc 108 types |= file_util::FileEnumerator::INCLUDE_DOT_DOT;
  /external/chromium_org/net/base/
directory_lister.cc 155 types |= base::FileEnumerator::INCLUDE_DOT_DOT;
  /external/chromium/base/
file_util.h 422 INCLUDE_DOT_DOT = 1 << 2,
file_util.cc 407 return IsDot(path) || (IsDotDot(path) && !(INCLUDE_DOT_DOT & file_type_));
file_util_posix.cc 624 // INCLUDE_DOT_DOT must not be specified if recursive.
625 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
638 // INCLUDE_DOT_DOT must not be specified if recursive.
639 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
file_util_win.cc 848 // INCLUDE_DOT_DOT must not be specified if recursive.
849 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
862 // INCLUDE_DOT_DOT must not be specified if recursive.
863 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
    [all...]
file_util_unittest.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_flash_file_message_filter.cc 240 base::FileEnumerator::INCLUDE_DOT_DOT);
  /external/chromium_org/base/
file_util_unittest.cc     [all...]

Completed in 510 milliseconds