Home
last modified time | relevance | path

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

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