Home
last modified time | relevance | path

Searched defs:kSeparatorsLength (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile_path_constants.cc18 const size_t FilePath::kSeparatorsLength = arraysize(kSeparators); member in base::FilePath
Dfile_path.h166 static const size_t kSeparatorsLength; variable
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/files/
Dfile_path.h159 static constexpr size_t kSeparatorsLength = std::size(kSeparators); in PA_COMPONENT_EXPORT() local