Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp265 auto map_res = MapCowImage(name, 10s, &cow_device); in CreateCowImage()
278 AssertionResult MapCowImage(const std::string& name, in MapCowImage() function in android::snapshot::SnapshotTest
280 auto cow_image_path = sm->MapCowImage(name, timeout_ms); in MapCowImage()
312 if (!MapCowImage("test_partition_b", 10s, &cow_device)) { in PrepareOneSnapshot()
398 ASSERT_TRUE(MapCowImage("test-snapshot", 10s, &cow_device)); in TEST_F()
423 ASSERT_TRUE(MapCowImage("test-snapshot", 10s, &cow_device)); in TEST_F()
Dsnapshot.cpp477 std::optional<std::string> SnapshotManager::MapCowImage( in MapCowImage() function in android::snapshot::SnapshotManager
1769 if (!MapCowImage(partition_name, remaining_time).has_value()) { in MapCowDevices()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h398 std::optional<std::string> MapCowImage(const std::string& name,