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.h46 bool NeedSnapshotsInFirstStageMount() override;
Dmock_snapshot.h49 MOCK_METHOD(bool, NeedSnapshotsInFirstStageMount, (), (override));
Dsnapshot.h228 virtual bool NeedSnapshotsInFirstStageMount() = 0;
361 bool NeedSnapshotsInFirstStageMount() override;
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp504 ASSERT_FALSE(sm->NeedSnapshotsInFirstStageMount()); in TEST_F()
513 ASSERT_FALSE(sm->NeedSnapshotsInFirstStageMount()); in TEST_F()
579 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
612 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
638 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
648 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
1148 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
1245 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
1412 ASSERT_TRUE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
1424 ASSERT_FALSE(init->NeedSnapshotsInFirstStageMount()); in TEST_F()
[all …]
Dsnapshot_fuzz.cpp81 FUZZ_SIMPLE_FUNCTION(SnapshotManagerAction, NeedSnapshotsInFirstStageMount);
345 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(NeedSnapshotsInFirstStageMount)>(i++)); in TEST_F()
Dsnapshot_stub.cpp77 bool SnapshotManagerStub::NeedSnapshotsInFirstStageMount() { in NeedSnapshotsInFirstStageMount() function in android::snapshot::SnapshotManagerStub
Dsnapshot.cpp1855 bool SnapshotManager::NeedSnapshotsInFirstStageMount() { in NeedSnapshotsInFirstStageMount() function in android::snapshot::SnapshotManager
3558 if (!NeedSnapshotsInFirstStageMount()) { in RecoveryCreateSnapshotDevices()
/system/core/init/
Dfirst_stage_mount.cpp369 if (sm->NeedSnapshotsInFirstStageMount()) { in CreateLogicalPartitions()