Home
last modified time | relevance | path

Searched refs:snapshots (Results 1 – 25 of 26) sorted by relevance

12

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp573 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 …]
Dsnapshot_test.cpp132 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/
Dfile.te20 # /data/misc_[ce|de]/rollback : Used by installd to store snapshots
Dinstalld.te34 # Capture userdata snapshots to /data/misc_[ce|de]/rollback and
Dfile_contexts547 # App data snapshots (managed by installd).
Dsystem_server.te890 # Allow system_server to open profile snapshots for read.
/system/sepolicy/prebuilts/api/30.0/private/
Dfile.te20 # /data/misc_[ce|de]/rollback : Used by installd to store snapshots
Dsnapshotctl.te28 # Interact with device-mapper to collapse snapshots.
Dinstalld.te31 # Capture userdata snapshots to /data/misc_[ce|de]/rollback and
Dapexd.te14 # Allow apexd to create files and directories for snapshots of apex data
141 # Allow apexd to read file contexts when performing restorecon of snapshots.
Dfile_contexts608 # App data snapshots (managed by installd).
Dsystem_server.te945 # Allow system_server to open profile snapshots for read.
/system/sepolicy/private/
Dfile.te20 # /data/misc_[ce|de]/rollback : Used by installd to store snapshots
Dinstalld.te31 # Capture userdata snapshots to /data/misc_[ce|de]/rollback and
Dsnapshotctl.te28 # Interact with device-mapper to collapse snapshots.
Dapexd.te14 # Allow apexd to create files and directories for snapshots of apex data
144 # Allow apexd to read file contexts when performing restorecon of snapshots.
Dfile_contexts624 # App data snapshots (managed by installd).
Dsystem_server.te963 # Allow system_server to open profile snapshots for read.
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h415 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/
Dsnapshot.proto94 // An update is applying; snapshots may already exist.
/system/update_engine/
Dupdate_metadata.proto315 // 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/
Dupdate_metadata.proto315 // 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/
DREADME.md80 - `ProcessMappings.cpp`: Collects snapshots of `/proc/pid/maps`.
/system/core/adb/
DSERVICES.TXT198 This service is used to send snapshots of the framebuffer to a client.
/system/sepolicy/prebuilts/api/28.0/private/
Dsystem_server.te776 # Allow system_server to open profile snapshots for read.

12