Home
last modified time | relevance | path

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

/base/update/packaging_tools/
Dcreate_update_package.py75 def __init__(self, head_list, component_list, save_path, key_path): argument
79 self.key_path = key_path
94 self.save_path is None or self.key_path is None:
97 if os.path.isdir(self.key_path):
218 with open(self.key_path, 'rb') as f_r:
236 with open(self.key_path, 'rb') as f_r: