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

  /external/autotest/client/cros/multimedia/
image_generator.py 29 template_path = os.path.join(module_dir, 'calibration_images',
31 self._image_template = open(template_path).read()
  /external/v8/tools/clang/translation_unit/
test_translation_unit.py 18 def _GenerateCompileCommands(template_path, test_files_dir):
20 with open(template_path) as fh:
  /test/vts-testcase/hal/script/build/
build_rule_gen.py 85 def _VtsBuildRuleFromTemplate(self, template_path, hal_name, hal_version):
91 template_path: string, path to build rule template file.
98 with open(template_path) as template_file:
  /system/update_engine/common/
utils.cc 136 // temporary path in |template_path| and returns true.
137 bool GetTempName(const string& path, base::FilePath* template_path) {
141 *template_path = base::FilePath(path);
157 *template_path = temp_dir.Append(path);
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py     [all...]

Completed in 96 milliseconds