Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_line_to_module.cc47 static bool PathIsAbsolute(const string &path) { in PathIsAbsolute() function
59 if (PathIsAbsolute(path) || base.empty()) in ExpandPath()