Home
last modified time | relevance | path

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

/dports/deskutils/recoll/recoll-1.31.2/utils/
H A Drclutil.cpp92 static bool path_hasdrive(const string& s) in path_hasdrive() function
318 if (path_hasdrive(u)) { in url_gpathS()
H A Dpathut.cpp314 static bool path_hasdrive(const string& s) in path_hasdrive() function
793 if (s.size() && s[0] == '/' && path_hasdrive(s.substr(1))) { in path_canon()