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.py72 def __init__(self, head_list, component_list, save_path, key_path): argument
76 self.key_path = key_path
90 self.save_path is None or self.key_path is None:
93 if os.path.isdir(self.key_path):
202 with open(self.key_path, 'rb') as f_r:
220 with open(self.key_path, 'rb') as f_r: