Searched refs:GetRollbackId (Results 1 – 4 of 4) sorted by relevance
/system/apex/apexd/ |
D | apexd_session.h | 52 int GetRollbackId() const;
|
D | apexd_session.cpp | 190 int ApexSession::GetRollbackId() const { return state_.rollback_id(); } in GetRollbackId() function in android::apex::ApexSession
|
D | apexd.cpp | 1333 snapshotDataDirectory(base_dir, session.GetRollbackId(), apex_name); in snapshotOrRestoreDeIfNeeded() 1343 snapshotDataDirectory(base_dir, session.GetRollbackId(), apex_name, in snapshotOrRestoreDeIfNeeded() 1347 restoreDataDirectory(base_dir, session.GetRollbackId(), apex_name); in snapshotOrRestoreDeIfNeeded() 1457 session.GetRollbackId(), kPreRestoreSuffix); in restorePreRestoreSnapshotsIfPresent() 1461 base_dir, session.GetRollbackId(), apex_name, true /* pre_restore */); in restorePreRestoreSnapshotsIfPresent() 1494 session.GetRollbackId(), kPreRestoreSuffix); in deleteDePreRestoreSnapshots()
|
D | apexservice_test.cpp | 833 ASSERT_EQ(0, session->GetRollbackId()); in TEST_F()
|