Searched refs:snapshots (Results 1 – 25 of 37) sorted by relevance
12
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 647 std::vector<std::string> snapshots; in InitiateMerge() local 648 if (!ListSnapshots(lock.get(), &snapshots)) { in InitiateMerge() 656 for (const auto& snapshot : snapshots) { in InitiateMerge() 674 for (auto it = snapshots.begin(); it != snapshots.end();) { in InitiateMerge() 686 it = snapshots.erase(it); in InitiateMerge() 699 for (const auto& snapshot : snapshots) { in InitiateMerge() 731 merge_group = &snapshots; in InitiateMerge() 972 std::vector<std::string> snapshots; in CheckMergeState() local 973 if (!ListSnapshots(lock, &snapshots)) { in CheckMergeState() 984 for (const auto& snapshot : snapshots) { in CheckMergeState() [all …]
|
D | snapshot_test.cpp | 136 std::vector<std::string> snapshots = {"test-snapshot", "test_partition_a", in CleanupTestArtifacts() local 138 for (const auto& snapshot : snapshots) { in CleanupTestArtifacts() 444 std::vector<std::string> snapshots; in TEST_F() local 445 ASSERT_TRUE(sm->ListSnapshots(lock_.get(), &snapshots)); in TEST_F() 446 ASSERT_EQ(snapshots.size(), 1); in TEST_F() 447 ASSERT_EQ(snapshots[0], "test-snapshot"); in TEST_F() 1175 std::vector<std::string> snapshots; in TEST_F() local 1176 ASSERT_TRUE(init->ListSnapshots(local_lock.get(), &snapshots)); in TEST_F() 1177 ASSERT_TRUE(snapshots.empty()); in TEST_F() 1288 std::vector<std::string> snapshots; in TEST_F() local [all …]
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | file.te | 20 # /data/misc_[ce|de]/rollback : Used by installd to store snapshots
|
D | installd.te | 34 # Capture userdata snapshots to /data/misc_[ce|de]/rollback and
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | file.te | 20 # /data/misc_[ce|de]/rollback : Used by installd to store snapshots
|
D | snapshotctl.te | 28 # Interact with device-mapper to collapse snapshots.
|
D | installd.te | 31 # Capture userdata snapshots to /data/misc_[ce|de]/rollback and
|
D | apexd.te | 14 # Allow apexd to create files and directories for snapshots of apex data 141 # Allow apexd to read file contexts when performing restorecon of snapshots.
|
/system/sepolicy/private/ |
D | update_engine.te | 24 # Allow to communicate with the snapuserd service, for dm-user snapshots.
|
D | snapuserd.te | 1 # snapuserd - Daemon for servicing dm-user requests for Virtual A/B snapshots.
|
D | fastbootd.te | 42 # Mount /metadata to interact with Virtual A/B snapshots.
|
D | snapshotctl.te | 28 # Interact with device-mapper to collapse snapshots.
|
D | installd.te | 31 # Capture userdata snapshots to /data/misc_[ce|de]/rollback and
|
D | file.te | 29 # /data/misc_[ce|de]/rollback : Used by installd to store snapshots
|
D | apexd.te | 20 # Allow apexd to create files and directories for snapshots of apex data 166 # Allow apexd to read file contexts when performing restorecon of snapshots.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | update_engine.te | 24 # Allow to communicate with the snapuserd service, for dm-user snapshots.
|
D | snapuserd.te | 1 # snapuserd - Daemon for servicing dm-user requests for Virtual A/B snapshots.
|
D | fastbootd.te | 42 # Mount /metadata to interact with Virtual A/B snapshots.
|
D | snapshotctl.te | 28 # Interact with device-mapper to collapse snapshots.
|
D | installd.te | 31 # Capture userdata snapshots to /data/misc_[ce|de]/rollback and
|
D | file.te | 29 # /data/misc_[ce|de]/rollback : Used by installd to store snapshots
|
D | apexd.te | 20 # Allow apexd to create files and directories for snapshots of apex data 166 # Allow apexd to read file contexts when performing restorecon of snapshots.
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 118 // An update is applying; snapshots may already exist. 186 // Whether compression/dm-user was used for any snapshots. 211 // Whether compression/dm-user was used for any snapshots.
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 519 bool ListSnapshots(LockedFile* lock, std::vector<std::string>* snapshots, 535 bool GetSnapshotFlashingStatus(LockedFile* lock, const std::vector<std::string>& snapshots,
|
/system/update_engine/ |
D | update_metadata.proto | 346 // Whether dynamic partitions have snapshots during the update. If this is 347 // set to true, the update_engine daemon creates snapshots for all dynamic 349 // NOT create snapshots for dynamic partitions.
|
12