Home
last modified time | relevance | path

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

/aosp_15_r20/system/apex/apexd/
H A Dapex_file.h58 const std::string& GetBundledPublicKey() const { return apex_pubkey_; } in GetBundledPublicKey() function
H A Dapex_file_test.cpp149 TEST_P(ApexFileTest, GetBundledPublicKey) { in TEST_P() argument