Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpower_test.cpp90 bool CleanupImage(const std::string& name);
232 if (!CleanupImage(kSnapshotImageName) || !CleanupImage(kSnapshotCowName)) { in Cleanup()
238 bool PowerTest::CleanupImage(const std::string& name) { in CleanupImage() function in android::snapshot::PowerTest