Home
last modified time | relevance | path

Searched refs:GetRollbackId (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapexd_session.h61 int GetRollbackId() const;
Dapexd_session.cpp182 int ApexSession::GetRollbackId() const { return state_.rollback_id(); } in GetRollbackId() function in android::apex::ApexSession
Dapexd.cpp1760 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()
Dapexservice_test.cpp825 ASSERT_EQ(0, session->GetRollbackId()); in TEST_F()