Searched refs:ends_with_l (Results 1 – 2 of 2) sorted by relevance
790 !util::ends_with_l(path, "/..") && !util::ends_with_l(path, "/."); in check_path()
281 bool ends_with_l(const T &a, const CharT (&b)[N]) { in ends_with_l() function