Searched refs:NormalizePathSeparatorsTo (Results 1 – 7 of 7) sorted by relevance
399 FilePath NormalizePathSeparatorsTo(CharType separator) const;
396 FilePath NormalizePathSeparatorsTo(CharType separator) const;
1319 return NormalizePathSeparatorsTo(kSeparators[0]); in NormalizePathSeparators()1322 FilePath FilePath::NormalizePathSeparatorsTo(CharType separator) const { in NormalizePathSeparatorsTo() function in base::FilePath
448 [[nodiscard]] FilePath NormalizePathSeparatorsTo(CharType separator) const;
1383 return NormalizePathSeparatorsTo(kSeparators[0]); in NormalizePathSeparators()1390 FilePath FilePath::NormalizePathSeparatorsTo(CharType separator) const { in NormalizePathSeparatorsTo() function in base::FilePath
51 got_paths.push_back(relative.NormalizePathSeparatorsTo('/').AsUTF8Unsafe()); in GetRelativePaths()