Home
last modified time | relevance | path

Searched refs:template_path (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/components/policy/resources/
DPRESUBMIT.py12 def _GetPolicyTemplates(template_path): argument
17 with open(template_path) as f:
107 template_path = os_path.join(local_path, 'policy_templates.json')
109 if any(f.AbsoluteLocalPath() == template_path for f in affected_files):
111 policies = _GetPolicyTemplates(template_path)
/external/chromium_org/native_client_sdk/src/build_tools/
Dgenerate_index.py17 def GeneratePage(self, template_path): argument
18 with open(template_path) as template_file:
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
Dgenerate_manifest.py27 (template_path, template_name) = os.path.split(input_file)
28 env = jinja2.Environment(loader=jinja2.FileSystemLoader(template_path),
/external/chromium_org/remoting/webapp/
Dbuild-html.py65 def validateTemplate(self, template_path): argument
66 template = os.path.basename(template_path)
Dbuild-webapp.py70 (template_path, template_name) = os.path.split(input_file)
71 env = jinja2.Environment(loader=jinja2.FileSystemLoader(template_path))
/external/chromium_org/remoting/tools/build/
Dremoting_localize.py691 (template_path, template_name) = os.path.split(source)
692 env = Environment(loader=FileSystemLoader(template_path),
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
Dperftestsrunner.py254template_path = filesystem.join(self._port.perf_tests_dir(), 'resources/results-template.html')
255 template = filesystem.read_text_file(template_path)