Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp574 ASSERT_TRUE(sm->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
616 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
655 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
681 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
691 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1199 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1272 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1333 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1357 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1437 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
[all …]
Dsnapshot_fuzz.cpp128 SNAPSHOT_FUZZ_FUNCTION(CreateLogicalAndSnapshotPartitions, bool, in SNAPSHOT_FUZZ_FUNCTION() argument
136 return snapshot->CreateLogicalAndSnapshotPartitions( in SNAPSHOT_FUZZ_FUNCTION()
346 ASSERT_RESULT_TRUE(Execute<SNAPSHOT_FUZZ_FN_NAME(CreateLogicalAndSnapshotPartitions)>(i++)); in TEST_F()
Dsnapshot_stub.cpp82 bool SnapshotManagerStub::CreateLogicalAndSnapshotPartitions(const std::string&, in CreateLogicalAndSnapshotPartitions() function in android::snapshot::SnapshotManagerStub
Dsnapshot.cpp2218 bool SnapshotManager::CreateLogicalAndSnapshotPartitions( in CreateLogicalAndSnapshotPartitions() function in android::snapshot::SnapshotManager
3818 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in HandleImminentDataWipe()
3869 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in FinishMergeInRecovery()
4018 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in RecoveryCreateSnapshotDevices()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stub.h48 bool CreateLogicalAndSnapshotPartitions(
Dmock_snapshot.h51 MOCK_METHOD(bool, CreateLogicalAndSnapshotPartitions,
Dsnapshot.h236 virtual bool CreateLogicalAndSnapshotPartitions(
367 bool CreateLogicalAndSnapshotPartitions(
/system/core/init/
Dfirst_stage_mount.cpp393 if (!sm->CreateLogicalAndSnapshotPartitions(super_path_)) { in CreateSnapshotPartitions()