Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
H A Dbanner.c110 static char * template_path(const char *name) in template_path() function
164 banner->template_file = template_path(value); in banner_new_from_file()
192 banner->template_file = template_path ("default.pdf"); in banner_new_from_file()
/third_party/mbedtls/scripts/
H A Dgenerate_driver_wrappers.py40 def render(template_path: str, driver_jsoncontext: list) -> str:
45 loader=jinja2.FileSystemLoader(os.path.dirname(template_path)),
47 template = environment.get_template(os.path.basename(template_path))
/third_party/gn/src/gn/
H A Dcommand_args.cc366 SourceFile template_path = build_settings.arg_file_template_path(); in EditArgsFile() local
367 if (!template_path.is_null()) { in EditArgsFile()
369 build_settings.GetFullPath(template_path).NormalizePathSeparators(); in EditArgsFile()
373 template_path.value()); in EditArgsFile()

Completed in 3 milliseconds