Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/fs/
H A Dexceptions.cpp86 fs::join_error::join_error(const std::string& textual_path1_, in join_error() argument
89 error(F("Cannot join paths '%s' and '%s': %s") % textual_path1_ % in join_error()
91 _textual_path1(textual_path1_), in join_error()