Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpower_test.cpp98 static constexpr char kSnapshotCowName[] = "snapshot-power-test-cow"; member in android::snapshot::PowerTest
220 if (!images_->UnmapImageIfExists(kSnapshotCowName)) { in Create()
232 if (!CleanupImage(kSnapshotImageName) || !CleanupImage(kSnapshotCowName)) { in Cleanup()
276 if (!images_->CreateBackingImage(kSnapshotCowName, image_size, 0, nullptr)) { in SetupImages()
277 std::cerr << "failed to create " << kSnapshotCowName << "\n"; in SetupImages()
334 if (!images_->MapImageDevice(kSnapshotCowName, 10s, &cow_path_)) { in MapImages()
335 std::cerr << "failed to map " << kSnapshotCowName << "\n"; in MapImages()