Home
last modified time | relevance | path

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

/external/avb/test/
Davbtool_unittest.cc3222 base::FilePath pubkey_path = testdir_.Append("tmp_pubkey.pem"); in TEST_F() local
3226 pubkey_path.value().c_str()); in TEST_F()
3238 pubkey_path.value().c_str(), in TEST_F()
3247 base::FilePath pubkey_path = testdir_.Append("tmp_pubkey.pem"); in TEST_F() local
3251 pubkey_path.value().c_str()); in TEST_F()
3261 pubkey_path.value().c_str(), in TEST_F()
3270 base::FilePath pubkey_path = testdir_.Append("tmp_pubkey.pem"); in TEST_F() local
3274 pubkey_path.value().c_str()); in TEST_F()
3285 pubkey_path.value().c_str(), in TEST_F()
3294 base::FilePath pubkey_path = testdir_.Append("tmp_pubkey.pem"); in TEST_F() local
[all …]
/external/autotest/client/common_lib/cros/
Darc.py165 pubkey_path = os.environ[_ADB_VENDOR_KEYS] + '.pub'
166 with open(pubkey_path, 'r') as f:
/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py53 self.pubkey_path = os.path.join(self._keys_path, 'root_key.vbpubk')
111 self.pubkey_path,