Searched refs:CreateLogicalAndSnapshotPartitions (Results 1 – 8 of 8) sorted by relevance
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_test.cpp | 574 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 …]
|
D | snapshot_fuzz.cpp | 128 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()
|
D | snapshot_stub.cpp | 82 bool SnapshotManagerStub::CreateLogicalAndSnapshotPartitions(const std::string&, in CreateLogicalAndSnapshotPartitions() function in android::snapshot::SnapshotManagerStub
|
D | snapshot.cpp | 2218 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/ |
D | snapshot_stub.h | 48 bool CreateLogicalAndSnapshotPartitions(
|
D | mock_snapshot.h | 51 MOCK_METHOD(bool, CreateLogicalAndSnapshotPartitions,
|
D | snapshot.h | 236 virtual bool CreateLogicalAndSnapshotPartitions( 367 bool CreateLogicalAndSnapshotPartitions(
|
/system/core/init/ |
D | first_stage_mount.cpp | 393 if (!sm->CreateLogicalAndSnapshotPartitions(super_path_)) { in CreateSnapshotPartitions()
|