Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_prepostinstall.cpp167 Result<ApexManifest> manifest_or = in RunFnInstall() local
169 if (!manifest_or.ok()) { in RunFnInstall()
172 << manifest_or.error(); in RunFnInstall()
175 manifest_or = ReadManifest(mount_point + "/" + kManifestFilenameJson); in RunFnInstall()
176 if (!manifest_or.ok()) { in RunFnInstall()
179 << manifest_or.error(); in RunFnInstall()
183 const auto& manifest = *manifest_or; in RunFnInstall()