Searched refs:snapshots (Results 1 – 25 of 26) sorted by relevance
12
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 573 std::vector<std::string> snapshots; in InitiateMerge() local 574 if (!ListSnapshots(lock.get(), &snapshots)) { in InitiateMerge() 582 for (const auto& snapshot : snapshots) { in InitiateMerge() 600 for (auto it = snapshots.begin(); it != snapshots.end();) { in InitiateMerge() 612 it = snapshots.erase(it); in InitiateMerge() 622 for (const auto& snapshot : snapshots) { in InitiateMerge() 655 for (const auto& snapshot : snapshots) { in InitiateMerge() 876 std::vector<std::string> snapshots; in CheckMergeState() local 877 if (!ListSnapshots(lock, &snapshots)) { in CheckMergeState() 885 for (const auto& snapshot : snapshots) { in CheckMergeState() [all …]
|
D | snapshot_test.cpp | 132 std::vector<std::string> snapshots = {"test-snapshot", "test_partition_a", in CleanupTestArtifacts() local 134 for (const auto& snapshot : snapshots) { in CleanupTestArtifacts() 363 std::vector<std::string> snapshots; in TEST_F() local 364 ASSERT_TRUE(sm->ListSnapshots(lock_.get(), &snapshots)); in TEST_F() 365 ASSERT_EQ(snapshots.size(), 1); in TEST_F() 366 ASSERT_EQ(snapshots[0], "test-snapshot"); in TEST_F()
|
/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
|
D | file_contexts | 547 # App data snapshots (managed by installd).
|
D | system_server.te | 890 # Allow system_server to open profile snapshots for read.
|
/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.
|
D | file_contexts | 608 # App data snapshots (managed by installd).
|
D | system_server.te | 945 # Allow system_server to open profile snapshots for read.
|
/system/sepolicy/private/ |
D | file.te | 20 # /data/misc_[ce|de]/rollback : Used by installd to store snapshots
|
D | installd.te | 31 # Capture userdata snapshots to /data/misc_[ce|de]/rollback and
|
D | snapshotctl.te | 28 # Interact with device-mapper to collapse snapshots.
|
D | apexd.te | 14 # Allow apexd to create files and directories for snapshots of apex data 144 # Allow apexd to read file contexts when performing restorecon of snapshots.
|
D | file_contexts | 624 # App data snapshots (managed by installd).
|
D | system_server.te | 963 # Allow system_server to open profile snapshots for read.
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 415 bool ListSnapshots(LockedFile* lock, std::vector<std::string>* snapshots); 430 bool GetSnapshotFlashingStatus(LockedFile* lock, const std::vector<std::string>& snapshots,
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 94 // An update is applying; snapshots may already exist.
|
/system/update_engine/ |
D | update_metadata.proto | 315 // Whether dynamic partitions have snapshots during the update. If this is 316 // set to true, the update_engine daemon creates snapshots for all dynamic 318 // NOT create snapshots for dynamic partitions.
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 315 // Whether dynamic partitions have snapshots during the update. If this is 316 // set to true, the update_engine daemon creates snapshots for all dynamic 318 // NOT create snapshots for dynamic partitions.
|
/system/memory/libmemunreachable/ |
D | README.md | 80 - `ProcessMappings.cpp`: Collects snapshots of `/proc/pid/maps`.
|
/system/core/adb/ |
D | SERVICES.TXT | 198 This service is used to send snapshots of the framebuffer to a client.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | system_server.te | 776 # Allow system_server to open profile snapshots for read.
|
12