Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path_constants.cc23 const FilePath::CharType FilePath::kExtensionSeparator = FILE_PATH_LITERAL('.'); member in base::FilePath
H A Dfile_path.h175 static const CharType kExtensionSeparator; variable
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/files/
H A Dfile_path.h168 static constexpr CharType kExtensionSeparator = PA_FILE_PATH_LITERAL('.'); in PA_COMPONENT_EXPORT() local
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/files/
Dfile_path.h178 static const CharType kExtensionSeparator; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/files/
Dfile_path.h178 static const CharType kExtensionSeparator; variable
/aosp_15_r20/external/cronet/base/files/
H A Dfile_path.h193 static constexpr CharType kExtensionSeparator = FILE_PATH_LITERAL('.'); variable
/aosp_15_r20/external/cronet/base/i18n/
H A Dfile_util_icu.cc209 static const UChar32 kExtensionSeparator = in ReplaceIllegalCharactersInPath() local