Home
last modified time | relevance | path

Searched refs:CreateCowImage (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp401 AssertionResult CreateCowImage(const std::string& name) { in CreateCowImage() function in android::snapshot::SnapshotTest
402 if (!sm->CreateCowImage(lock_.get(), name)) { in CreateCowImage()
554 ASSERT_TRUE(CreateCowImage("test-snapshot")); in TEST_F()
590 ASSERT_TRUE(CreateCowImage("test-snapshot")); in TEST_F()
Dsnapshotctl.cpp376 if (!sm_->CreateCowImage(lock_.get(), partition_name)) { in CreateSnapshotDevice()
Dsnapshot.cpp435 Return SnapshotManager::CreateCowImage(LockedFile* lock, const std::string& name) { in CreateCowImage() function in android::snapshot::SnapshotManager
3578 auto ret = CreateCowImage(lock, name); in CreateUpdateSnapshotsInternal()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h505 Return CreateCowImage(LockedFile* lock, const std::string& name);