Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_line_to_module.cc51 static bool HasTrailingSlash(const string &path) { in HasTrailingSlash() function
61 return base + (HasTrailingSlash(base) ? "" : "/") + path; in ExpandPath()