Home
last modified time | relevance | path

Searched refs:NormalizePathSeparatorsTo (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/files/
Dfile_path.h391 FilePath NormalizePathSeparatorsTo(CharType separator) const;
Dfile_path.cc1315 return NormalizePathSeparatorsTo(kSeparators[0]); in NormalizePathSeparators()
1318 FilePath FilePath::NormalizePathSeparatorsTo(CharType separator) const { in NormalizePathSeparatorsTo() function in base::FilePath