Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp673 ASSERT_TRUE(sm->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
740 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
779 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
805 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
819 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1388 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1463 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1528 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1556 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
1707 ASSERT_TRUE(init->CreateLogicalAndSnapshotPartitions("super", snapshot_timeout_)); in TEST_F()
[all …]
Dsnapshot_stub.cpp82 bool SnapshotManagerStub::CreateLogicalAndSnapshotPartitions(const std::string&, in CreateLogicalAndSnapshotPartitions() function in android::snapshot::SnapshotManagerStub
Dsnapshot.cpp2302 bool SnapshotManager::CreateLogicalAndSnapshotPartitions( in CreateLogicalAndSnapshotPartitions() function in android::snapshot::SnapshotManager
3942 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in HandleImminentDataWipe()
3993 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in FinishMergeInRecovery()
4142 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.h235 virtual bool CreateLogicalAndSnapshotPartitions(
369 bool CreateLogicalAndSnapshotPartitions(
/system/core/init/
Dfirst_stage_mount.cpp415 if (!sm->CreateLogicalAndSnapshotPartitions(super_path_)) { in CreateSnapshotPartitions()