Home
last modified time | relevance | path

Searched defs:pubkey_path (Results 1 – 2 of 2) sorted by relevance

/external/avb/test/
Davbtool_unittest.cc2767 base::FilePath pubkey_path = testdir_.Append("tmp_pubkey.pem"); in TEST_F() local
2792 base::FilePath pubkey_path = testdir_.Append("tmp_pubkey.pem"); in TEST_F() local
2815 base::FilePath pubkey_path = testdir_.Append("tmp_pubkey.pem"); in TEST_F() local
2839 base::FilePath pubkey_path = testdir_.Append("tmp_pubkey.pem"); in TEST_F() local
/external/autotest/server/cros/
Dtradefed_test.py337 def _connect_adb(self, host, pubkey_path): argument