Searched refs:key_path (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/cros/faft/utils/ |
D | kernel_handler.py | 109 key_path=None): argument 140 if key_path and self.os_if.is_dir(key_path): 141 resign_key_path = key_path 186 def resign_kernel(self, section, key_path=None): argument 191 key_path)
|
/external/autotest/client/cros/ |
D | httpd.py | 216 def __init__(self, server_address, HandlerClass, cert_path, key_path): argument 222 keyfile=key_path) 249 key_path='/etc/mock_server.key', argument 257 key_path)
|
D | httpd_unittest.py | 70 key_path=(creds_path+'.key'))
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | add_point_queue.py | 344 key_path = test_key.flat() 345 return key_path[-1] == 'ref' or key_path[-1].endswith('_ref')
|
D | bench_find_anomalies.py | 542 key_path = test.key.string_id() 543 return key_path[-1] == 'ref' or key_path[-1].endswith('_ref')
|
/external/autotest/client/cros/faft/ |
D | rpc_functions.py | 604 def _kernel_resign_with_keys(self, section, key_path=None): argument 606 self._kernel_handler.resign_kernel(section, key_path)
|