Home
last modified time | relevance | path

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

/external/avb/test/
Davbtool_unittest.cc2767 base::FilePath pubkey_path = testdir_.Append("tmp_pubkey.pem"); in TEST_F() local
2771 pubkey_path.value().c_str()); in TEST_F()
2783 pubkey_path.value().c_str(), in TEST_F()
2792 base::FilePath pubkey_path = testdir_.Append("tmp_pubkey.pem"); in TEST_F() local
2796 pubkey_path.value().c_str()); in TEST_F()
2806 pubkey_path.value().c_str(), in TEST_F()
2815 base::FilePath pubkey_path = testdir_.Append("tmp_pubkey.pem"); in TEST_F() local
2819 pubkey_path.value().c_str()); in TEST_F()
2830 pubkey_path.value().c_str(), in TEST_F()
2839 base::FilePath pubkey_path = testdir_.Append("tmp_pubkey.pem"); in TEST_F() local
[all …]
/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py45 pubkey_path = os.path.join(self._keys_path, 'root_key.vbpubk')
50 pubkey_path,
57 pubkey_path,
/external/autotest/server/cros/
Dtradefed_test.py337 def _connect_adb(self, host, pubkey_path): argument
347 with open(pubkey_path, 'r') as f:
410 pubkey_path = key_path + '.pub'
419 self._connect_adb(host, pubkey_path)
/external/autotest/client/common_lib/cros/
Darc.py142 pubkey_path = os.environ[_ADB_VENDOR_KEYS] + '.pub'
143 with open(pubkey_path, 'r') as f: