Home
last modified time | relevance | path

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

/freebsd/release/scripts/oracle/
H A Dgenerate_metadata.lua13 local template_file = os.getenv("ORACLE_TEMPLATE")
17 not shapes_file or not template_file or not output_file then
36 local template = read_file(template_file)
/freebsd/contrib/kyua/cli/
H A Dcmd_report_html.cpp257 const fs::path template_file = miscdir / template_name; in generate() local
261 text::instantiate(templates, template_file, output_path); in generate()