Searched refs:CreateLogicalAndSnapshotPartitions (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot_test.cpp | 542 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() 1340 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F() 1374 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F() [all …]
|
H A 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()
|
H A D | snapshot_stub.cpp | 82 bool SnapshotManagerStub::CreateLogicalAndSnapshotPartitions(const std::string&, in CreateLogicalAndSnapshotPartitions() function in android::snapshot::SnapshotManagerStub
|
H A D | snapshot.cpp | 1924 bool SnapshotManager::CreateLogicalAndSnapshotPartitions( in CreateLogicalAndSnapshotPartitions() function in android::snapshot::SnapshotManager 3396 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in HandleImminentDataWipe() 3447 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in FinishMergeInRecovery() 3597 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in RecoveryCreateSnapshotDevices()
|
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
H A D | snapshot_stub.h | 47 bool CreateLogicalAndSnapshotPartitions(
|
H A D | mock_snapshot.h | 50 MOCK_METHOD(bool, CreateLogicalAndSnapshotPartitions,
|
H A D | snapshot.h | 232 virtual bool CreateLogicalAndSnapshotPartitions( 362 bool CreateLogicalAndSnapshotPartitions(
|
/aosp12/system/core/init/ |
H A D | first_stage_mount.cpp | 406 if (!sm->CreateLogicalAndSnapshotPartitions(super_path_)) { in CreateSnapshotPartitions()
|