Home
last modified time | relevance | path

Searched refs:EndsWithSlash (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/tools/gn/
Dsource_dir.cc16 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()
Dfunction_rebase_path.cc23 if (EndsWithSlash(input)) { in MakeSlashEndingMatchInput()
24 if (!EndsWithSlash(*output)) // Preserve same slash type as input. in MakeSlashEndingMatchInput()
27 if (EndsWithSlash(*output)) in MakeSlashEndingMatchInput()
Dsource_file.cc19 DCHECK(!EndsWithSlash(value_)); in SourceFile()
26 DCHECK(!EndsWithSlash(value_)); in SourceFile()
Dfilesystem_utils.h72 bool EndsWithSlash(const std::string& s);
Dfilesystem_utils.cc284 bool EndsWithSlash(const std::string& s) { in EndsWithSlash() function