Searched refs:GetRollbackId (Results 1 – 4 of 4) sorted by relevance
/system/apex/apexd/ |
D | apexd_session.h | 61 int GetRollbackId() const;
|
D | apexd_session.cpp | 182 int ApexSession::GetRollbackId() const { return state_.rollback_id(); } in GetRollbackId() function in android::apex::ApexSession
|
D | apexd.cpp | 1760 SnapshotDataDirectory(base_dir, session.GetRollbackId(), apex_name); in SnapshotOrRestoreDeIfNeeded() 1770 SnapshotDataDirectory(base_dir, session.GetRollbackId(), apex_name, in SnapshotOrRestoreDeIfNeeded() 1774 RestoreDataDirectory(base_dir, session.GetRollbackId(), apex_name); in SnapshotOrRestoreDeIfNeeded() 1890 session.GetRollbackId(), kPreRestoreSuffix); in RestorePreRestoreSnapshotsIfPresent() 1894 base_dir, session.GetRollbackId(), apex_name, true /* pre_restore */); in RestorePreRestoreSnapshotsIfPresent() 1921 session.GetRollbackId(), kPreRestoreSuffix); in DeleteDePreRestoreSnapshots()
|
D | apexservice_test.cpp | 825 ASSERT_EQ(0, session->GetRollbackId()); in TEST_F()
|