Searched refs:source_root_ (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/kyua/engine/ |
H A D | kyuafile.cpp | 183 parser(const fs::path& source_root_, const fs::path& build_root_, in parser() argument 187 _source_root(source_root_), _build_root(build_root_), in parser() 610 engine::kyuafile::kyuafile(const fs::path& source_root_, in kyuafile() argument 613 _source_root(source_root_), in kyuafile() 648 const fs::path source_root_ = file.branch_path(); in load() local 650 user_build_root.get() : source_root_; in load() 660 return kyuafile(source_root_, build_root_, in load() 661 parser(source_root_, abs_build_root, in load()
|