Home
last modified time | relevance | path

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

/aosp_15_r20/external/avb/test/
H A Davbtool_unittest.cc3446 std::filesystem::path pubkey_path = testdir_ / "tmp_pubkey.pem"; in TEST_F() local
3470 std::filesystem::path pubkey_path = testdir_ / "tmp_pubkey.pem"; in TEST_F() local
3492 std::filesystem::path pubkey_path = testdir_ / "tmp_pubkey.pem"; in TEST_F() local
3522 std::filesystem::path pubkey_path = testdir_ / "tmp_pubkey.pem"; in TEST_F() local
/aosp_15_r20/system/apex/tests/testdata/sharedlibs/build/
H A Dshared_libs_repack.py173 def run_apexer(container_files, payload_dir, key_path, pubkey_path, tmpdir): argument