Home
last modified time | relevance | path

Searched defs:GetManifest (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Dpayload_metadata.cc142 bool PayloadMetadata::GetManifest(const brillo::Blob& payload, in GetManifest() function in chromeos_update_engine::PayloadMetadata
147 bool PayloadMetadata::GetManifest(const unsigned char* payload, in GetManifest() function in chromeos_update_engine::PayloadMetadata
/aosp12/frameworks/base/tools/aapt2/
H A DLoadedApk.h89 const xml::XmlResource* GetManifest() const { in GetManifest() function
/aosp12/system/apex/apexd/
H A Dapex_file.h52 const ::apex::proto::ApexManifest& GetManifest() const { return manifest_; } in GetManifest() function