• Home
  • Raw
  • Download

Lines Matching defs:res

152   Result<void> res = ::android::apex::StagePackages(paths);  in stagePackages()  local
171 Result<void> res = ::android::apex::UnstagePackages(paths); in unstagePackages() local
282 if (auto res = calculateSizeForCompressedApex(compressed_apex_info_list, in reserveSpaceForCompressedApex() local
287 if (auto res = ReserveSpaceForCompressedApex(required_size, kOtaReservedDir); in reserveSpaceForCompressedApex() local
526 auto res = InstallPackage(package_path); in installAndActivatePackage() local
546 Result<void> res = ::android::apex::AbortStagedSession(session_id); in abortStagedSession() local
562 Result<void> res = ::android::apex::RevertActiveSessions("", ""); in revertActiveSessions() local
583 Result<void> res = ::android::apex::ResumeRevertIfNeeded(); in resumeRevertIfNeeded() local
600 Result<void> res = in snapshotCeData() local
618 Result<void> res = in restoreCeData() local
635 Result<void> res = ::android::apex::DestroyDeSnapshots(rollback_id); in destroyDeSnapshots() local
651 Result<void> res = ::android::apex::DestroyCeSnapshots(user_id, rollback_id); in destroyCeSnapshots() local
668 Result<void> res = ::android::apex::DestroyCeSnapshotsNotSpecified( in destroyCeSnapshotsNotSpecified() local
686 if (auto res = ::android::apex::RemountPackages(); !res.ok()) { in remountPackages() local
707 if (auto res = instance.AddPreInstalledApex(paths); !res.ok()) { in recollectPreinstalledData() local
726 if (auto res = instance.AddDataApex(path); !res.ok()) { in recollectDataApex() local