Lines Matching refs:string_view
42 bool PathLess::operator()(std::string_view l, std::string_view r) const { in operator ()()
47 static void preparePathComponent(std::string_view& path, bool trimAll) { in preparePathComponent()
59 void details::append_next_path(std::string& target, std::string_view path) { in append_next_path()
70 std::string_view relativize(std::string_view parent, std::string_view nested) { in relativize()
87 bool isAbsolute(std::string_view path) { in isAbsolute()
91 std::string normalize(std::string_view path) { in normalize()
138 std::string_view basename(std::string_view path) { in basename()
156 std::string_view dirname(std::string_view path) { in dirname()
173 details::CStrWrapper::CStrWrapper(std::string_view sv) { in CStrWrapper()
184 std::optional<bool> isEmptyDir(std::string_view dir) { in isEmptyDir()
203 bool startsWith(std::string_view path, std::string_view prefix) { in startsWith()