Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dkyuafile.cpp107 const fs::path _source_root; member in __anona28290d30111::parser
141 _source_root(source_root_), _build_root(build_root_), in parser()
192 const fs::path file = relativize(_source_root, _relative_filename); in callback_current_kyuafile()
211 parser(_source_root, _build_root, file).parse(); in callback_include()
307 const fs::path load_path = relativize(_source_root, _relative_filename); in parse()
564 _source_root(source_root_), in kyuafile()
609 return _source_root; in source_root()
H A Dkyuafile.hpp66 utils::fs::path _source_root; member in engine::kyuafile