Home
last modified time | relevance | path

Searched refs:ReadManifest (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapex_manifest.h35 android::base::Result<ApexManifest> ReadManifest(const std::string& path);
Dapex_manifest.cpp53 Result<ApexManifest> ReadManifest(const std::string& path) { in ReadManifest() function
Dapexd_prepostinstall.cpp168 ReadManifest(mount_point + "/" + kManifestFilenamePb); in RunFnInstall()
175 manifest_or = ReadManifest(mount_point + "/" + kManifestFilenameJson); in RunFnInstall()
Dapex_file.cpp360 ReadManifest(mount_path + "/" + kManifestFilenamePb); in VerifyManifestMatches()