Home | History | Annotate | Download | only in files

Lines Matching defs:CharType

59 // instead, use a FilePath::CharType[] and initialize it with
63 // | const FilePath::CharType kLogFileName[] = FILE_PATH_LITERAL("log.txt");
158 typedef StringType::value_type CharType;
164 static const CharType kSeparators[];
170 static const CharType kCurrentDirectory[];
173 static const CharType kParentDirectory[];
176 static const CharType kExtensionSeparator;
200 static bool IsSeparator(CharType character);
389 FilePath NormalizePathSeparatorsTo(CharType separator) const;
454 // Macros for string literal initialization of FilePath::CharType[], and for
455 // using a FilePath::CharType[] in a printf-style format string.