Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/build_tools/
Dgenerate_make.py13 from easy_template import RunTemplateFileIfChanged
142 RunTemplateFileIfChanged(srcpath, dstpath, replace)
164 RunTemplateFileIfChanged(srcpath, dstpath, replace)
237 RunTemplateFileIfChanged(template, make_path, template_dict)
263 RunTemplateFileIfChanged(in_path, out_path, template_dict)
Deasy_template.py70 def RunTemplateFileIfChanged(srcpath, dstpath, replace): function