Home
last modified time | relevance | path

Searched refs:CreateSnapshot (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h391 FRIEND_TEST(SnapshotTest, CreateSnapshot);
472 bool CreateSnapshot(LockedFile* lock, PartitionCowCreator* cow_creator, SnapshotStatus* status);
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp424 TEST_F(SnapshotTest, CreateSnapshot) { in TEST_F() argument
441 ASSERT_TRUE(sm->CreateSnapshot(lock_.get(), &cow_creator, &status)); in TEST_F()
477 ASSERT_TRUE(sm->CreateSnapshot(lock_.get(), &cow_creator, &status)); in TEST_F()
1891 ASSERT_TRUE(sm->CreateSnapshot(lock_.get(), &cow_creator, &status)); in TEST_F()
Dsnapshot.cpp326 bool SnapshotManager::CreateSnapshot(LockedFile* lock, PartitionCowCreator* cow_creator, in CreateSnapshot() function in android::snapshot::SnapshotManager
2961 if (!CreateSnapshot(lock, cow_creator, &cow_creator_ret->snapshot_status)) { in CreateUpdateSnapshotsInternal()