Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp542 ASSERT_TRUE(sm->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
580 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
613 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
639 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
649 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1149 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1246 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1270 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1413 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1425 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.cpp1897 bool SnapshotManager::CreateLogicalAndSnapshotPartitions( in CreateLogicalAndSnapshotPartitions() function in android::snapshot::SnapshotManager
3364 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in HandleImminentDataWipe()
3415 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in FinishMergeInRecovery()
3565 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in RecoveryCreateSnapshotDevices()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stub.h47 bool CreateLogicalAndSnapshotPartitions(
Dmock_snapshot.h50 MOCK_METHOD(bool, CreateLogicalAndSnapshotPartitions,
Dsnapshot.h232 virtual bool CreateLogicalAndSnapshotPartitions(
362 bool CreateLogicalAndSnapshotPartitions(
/system/core/init/
Dfirst_stage_mount.cpp406 if (!sm->CreateLogicalAndSnapshotPartitions(super_path_)) { in CreateSnapshotPartitions()