Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/engine/
H A Dkyuafile.cpp122 const fs::path _build_root; member in __anonb2e4cfda0111::parser
187 _source_root(source_root_), _build_root(build_root_), in parser()
278 parser(_source_root, _build_root, file, user_config, in callback_include()
342 if (!fs::exists(_build_root / path)) in callback_test_program()
349 new scheduler::lazy_test_program(interface, path, _build_root, in callback_test_program()
614 _build_root(build_root_), in kyuafile()
683 return _build_root; in build_root()
H A Dkyuafile.hpp73 utils::fs::path _build_root; member in engine::kyuafile