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
108
types |= file_util::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
...]
Completed in 863 milliseconds