Home
last modified time | relevance | path

Searched refs:NeedSnapshotsInFirstStageMount (Results 1 – 8 of 8) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stub.h39 bool NeedSnapshotsInFirstStageMount() override;
Dmock_snapshot.h41 MOCK_METHOD(bool, NeedSnapshotsInFirstStageMount, (), (override));
Dsnapshot.h185 virtual bool NeedSnapshotsInFirstStageMount() = 0;
292 bool NeedSnapshotsInFirstStageMount() override;
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp444 ASSERT_FALSE(sm->NeedSnapshotsInFirstStageMount()); in TEST_F()
454 ASSERT_FALSE(sm->NeedSnapshotsInFirstStageMount()); in TEST_F()
522 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
551 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
578 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
588 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
1023 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
1155 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
1167 ASSERT_FALSE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
1204 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
[all …]
Dsnapshot_stub.cpp76 bool SnapshotManagerStub::NeedSnapshotsInFirstStageMount() { in NeedSnapshotsInFirstStageMount() function in android::snapshot::SnapshotManagerStub
Dsnapshot_fuzz.cpp81 FUZZ_SIMPLE_FUNCTION(SnapshotManagerAction, NeedSnapshotsInFirstStageMount);
345 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(NeedSnapshotsInFirstStageMount)>(i++)); in TEST_F()
Dsnapshot.cpp1495 bool SnapshotManager::NeedSnapshotsInFirstStageMount() { in NeedSnapshotsInFirstStageMount() function in android::snapshot::SnapshotManager
2733 if (!NeedSnapshotsInFirstStageMount()) { in RecoveryCreateSnapshotDevices()
/system/core/init/
Dfirst_stage_mount.cpp340 if (sm->NeedSnapshotsInFirstStageMount()) { in CreateLogicalPartitions()