Home
last modified time | relevance | path

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

/external/autotest/client/cros/multimedia/
Dimage_generator.py29 template_path = os.path.join(module_dir, 'calibration_images',
31 self._image_template = open(template_path).read()
/external/v8/tools/clang/translation_unit/
Dtest_translation_unit.py18 def _GenerateCompileCommands(template_path, test_files_dir): argument
20 with open(template_path) as fh: