Searched refs:template_file (Results 1 – 3 of 3) sorted by relevance
27 template_file = os.path.join(sysroot, 'usr/share/cmake/SDKToolchainConfig.cmake.template') variable29 with open(template_file) as in_file:
28 template_file = os.path.join(sysroot, 'usr/share/meson/meson.cross.template') variable33 with open(template_file) as in_file:
500 foreach(template_file ${VI_TEMPLATES})501 if(template_file MATCHES "(.*)(\.in)$")504 get_filename_component(output_basename "${template_file}" NAME)507 configure_file("${template_file}" "${output_file}")