HomeSort by relevance Sort by last modified time
    Searched refs:template_file_name (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/build/scripts/
template_expander.py 49 def use_jinja(template_file_name, filters=None):
53 return apply_template(template_file_name, parameters, filters=filters)
  /external/chromium_org/remoting/tools/build/
remoting_localize.py 721 template_file_name = target.safe_substitute(context)
722 outputs.append(template_file_name)
724 WriteIfChanged(template_file_name, template.render(context),
  /external/chromium_org/components/policy/tools/
generate_policy_source.py 140 template_file_name = args[2]
142 template_file_contents = _LoadJSONFile(template_file_name)
150 _OutputGeneratedWarningHeader(f, template_file_name)

Completed in 73 milliseconds