Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dkyuafile.cpp139 parser(const fs::path& source_root_, const fs::path& build_root_, in parser() argument
141 _source_root(source_root_), _build_root(build_root_), in parser()
561 engine::kyuafile::kyuafile(const fs::path& source_root_, in kyuafile() argument
564 _source_root(source_root_), in kyuafile()
593 const fs::path source_root_ = file.branch_path(); in load() local
595 user_build_root.get() : source_root_; in load()
597 return kyuafile(source_root_, build_root_, in load()
598 parser(source_root_, build_root_, in load()