OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INCLUDE_DOT_DOT
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/base/
directory_lister.cc
113
file_util::FileEnumerator::
INCLUDE_DOT_DOT
));
/external/chromium/base/
file_util_posix.cc
544
//
INCLUDE_DOT_DOT
must not be specified if recursive.
545
DCHECK(!(recursive && (
INCLUDE_DOT_DOT
& file_type_)));
559
//
INCLUDE_DOT_DOT
must not be specified if recursive.
560
DCHECK(!(recursive && (
INCLUDE_DOT_DOT
& file_type_)));
file_util.h
416
INCLUDE_DOT_DOT
= 1 << 2,
file_util.cc
421
return IsDot(path) || (IsDotDot(path) && !(
INCLUDE_DOT_DOT
& file_type_));
file_util_win.cc
717
//
INCLUDE_DOT_DOT
must not be specified if recursive.
718
DCHECK(!(recursive && (
INCLUDE_DOT_DOT
& file_type_)));
731
//
INCLUDE_DOT_DOT
must not be specified if recursive.
732
DCHECK(!(recursive && (
INCLUDE_DOT_DOT
& file_type_)));
file_util_unittest.cc
[
all
...]
Completed in 76 milliseconds