Lines Matching refs:rollback_id
1707 const int rollback_id, in SnapshotDataDirectory() argument
1712 rollback_id, pre_restore ? kPreRestoreSuffix : ""); in SnapshotDataDirectory()
1716 << rollback_id << " : " << result.error(); in SnapshotDataDirectory()
1732 const int rollback_id, in RestoreDataDirectory() argument
1736 "%s/%s/%d%s/%s", base_dir.c_str(), kApexSnapshotSubDir, rollback_id, in RestoreDataDirectory()
1810 Result<void> SnapshotCeData(const int user_id, const int rollback_id, in SnapshotCeData() argument
1813 return SnapshotDataDirectory(base_dir, rollback_id, apex_name); in SnapshotCeData()
1816 Result<void> RestoreCeData(const int user_id, const int rollback_id, in RestoreCeData() argument
1819 return RestoreDataDirectory(base_dir, rollback_id, apex_name); in RestoreCeData()
1829 const int rollback_id) { in DestroySnapshots() argument
1831 rollback_id); in DestroySnapshots()
1835 Result<void> DestroyDeSnapshots(const int rollback_id) { in DestroyDeSnapshots() argument
1836 DestroySnapshots(kDeSysDataDir, rollback_id); in DestroyDeSnapshots()
1844 DestroySnapshots(user_dir, rollback_id); in DestroyDeSnapshots()
1850 Result<void> DestroyCeSnapshots(const int user_id, const int rollback_id) { in DestroyCeSnapshots() argument
1852 kApexSnapshotSubDir, rollback_id); in DestroyCeSnapshots()
2904 const int rollback_id) { in SubmitStagedSession() argument
2958 session->SetRollbackId(rollback_id); in SubmitStagedSession()