Home
last modified time | relevance | path

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

/external/autotest/client/cros/faft/utils/
Dkernel_handler.py109 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/
Dhttpd.py216 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)
Dhttpd_unittest.py70 key_path=(creds_path+'.key'))
/external/chromium-trace/catapult/dashboard/dashboard/
Dadd_point_queue.py344 key_path = test_key.flat()
345 return key_path[-1] == 'ref' or key_path[-1].endswith('_ref')
Dbench_find_anomalies.py542 key_path = test.key.string_id()
543 return key_path[-1] == 'ref' or key_path[-1].endswith('_ref')
/external/autotest/client/cros/faft/
Drpc_functions.py604 def _kernel_resign_with_keys(self, section, key_path=None): argument
606 self._kernel_handler.resign_kernel(section, key_path)