Searched refs:manifest_or (Results 1 – 1 of 1) sorted by relevance
167 Result<ApexManifest> manifest_or = in RunFnInstall() local169 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()