Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_prepostinstall.cpp127 Result<ApexManifest> manifest_or = in RunFnInstall() local
129 if (!manifest_or.ok()) { in RunFnInstall()
132 << manifest_or.error(); in RunFnInstall()
135 manifest_or = ReadManifest(mount_point + "/" + kManifestFilenameJson); in RunFnInstall()
136 if (!manifest_or.ok()) { in RunFnInstall()
139 << manifest_or.error(); in RunFnInstall()
143 const auto& manifest = *manifest_or; in RunFnInstall()