Searched refs:kFilePathSeparator (Results 1 – 3 of 3) sorted by relevance
33 const char kFilePathSeparator = '\\'; variable35 const char kFilePathSeparator = '/'; variable
459 if (!dst.empty() && c == kFilePathSeparator && in NormalizePath()460 dst.back() == kFilePathSeparator) { in NormalizePath()
4690 if (ret.back() != kFilePathSeparator) { in GetNextManifest()4691 ret.push_back(kFilePathSeparator); in GetNextManifest()