OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsDot
(Results
1 - 2
of
2
) sorted by null
/external/chromium/googleurl/src/
url_canon_internal.h
125
inline int
IsDot
(const CHAR* spec, int offset, int end) {
/external/chromium/base/
file_util.cc
195
bool
IsDot
(const FilePath& path) {
407
return
IsDot
(path) || (IsDotDot(path) && !(INCLUDE_DOT_DOT & file_type_));
Completed in 155 milliseconds