Searched refs:EndsWithSlash (Results 1 – 5 of 5) sorted by relevance
16 DCHECK(EndsWithSlash(s)); in AssertValueSourceDirString()27 if (!EndsWithSlash(value_)) in SourceDir()34 if (!EndsWithSlash(value_)) in SourceDir()90 if (!EndsWithSlash(ret.value_)) in ResolveRelativeDir()104 if (!EndsWithSlash(ret.value_)) in ResolveRelativeDir()114 if (!EndsWithSlash(ret.value_)) in ResolveRelativeDir()
23 if (EndsWithSlash(input)) { in MakeSlashEndingMatchInput()24 if (!EndsWithSlash(*output)) // Preserve same slash type as input. in MakeSlashEndingMatchInput()27 if (EndsWithSlash(*output)) in MakeSlashEndingMatchInput()
19 DCHECK(!EndsWithSlash(value_)); in SourceFile()26 DCHECK(!EndsWithSlash(value_)); in SourceFile()
72 bool EndsWithSlash(const std::string& s);
284 bool EndsWithSlash(const std::string& s) { in EndsWithSlash() function