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

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

Completed in 104 milliseconds