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