Home
last modified time | relevance | path

Searched defs:kExtensionSeparator (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/files/
Dfile_path_constants.cc23 const FilePath::CharType FilePath::kExtensionSeparator = FILE_PATH_LITERAL('.'); member in base::FilePath
Dfile_path.h175 static const CharType kExtensionSeparator; variable
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/files/
Dfile_path.h168 static constexpr CharType kExtensionSeparator = PA_FILE_PATH_LITERAL('.'); in PA_COMPONENT_EXPORT() local
/external/cronet/base/files/
Dfile_path.h192 static constexpr CharType kExtensionSeparator = FILE_PATH_LITERAL('.'); variable
/external/cronet/base/i18n/
Dfile_util_icu.cc209 static const UChar32 kExtensionSeparator = in ReplaceIllegalCharactersInPath() local