Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_path_constants.cc19 const size_t FilePath::kSeparatorsLength = std::size(kSeparators); member in base::FilePath
Dfile_path.h165 static const size_t kSeparatorsLength; variable