Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/engine/
H A Dkyuafile.cpp381 const fs::path load_path = relativize(_source_root, _relative_filename); in parse() local
383 lutok::do_file(_state, load_path.str(), 0, 0, 0); in parse()
391 throw engine::load_error(load_path, e.what()); in parse()
395 throw engine::load_error(load_path, "syntax() never called"); in parse()