Lines Matching refs:kSeparators
131 path.find_last_of(FilePath::kSeparators, last_dot - 1,
213 if (character == kSeparators[i]) {
319 new_path.path_.find_last_of(kSeparators, StringType::npos,
357 new_path.path_.find_last_of(kSeparators, StringType::npos,
512 new_path.path_.append(1, kSeparators[0]);
552 path_str.append(&kSeparators[0], 1);
1319 return NormalizePathSeparatorsTo(kSeparators[0]);
1324 DCHECK_NE(kSeparators + kSeparatorsLength,
1325 std::find(kSeparators, kSeparators + kSeparatorsLength, separator));
1328 std::replace(copy.begin(), copy.end(), kSeparators[i], separator);