Home
last modified time | relevance | path

Searched defs:cow_device (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/tools/
Ddmctl.cpp137 std::string cow_device = NextArg(); in Next() local
166 std::string cow_device = NextArg(); in Next() local
/system/core/fs_mgr/libdm/
Ddm_target.cpp219 std::string* cow_device) { in GetDevicesFromParams()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp264 std::string cow_device; in CreateCowImage() local
291 std::string base_device, cow_device, snap_device; in PrepareOneSnapshot() local
397 std::string cow_device; in TEST_F() local
422 std::string cow_device; in TEST_F() local
Dsnapshot.cpp366 const std::string& base_device, const std::string& cow_device, in MapSnapshot()
720 std::string base_device, cow_device; in RewriteSnapshotDeviceTable() local
1111 std::string base_device, cow_device; in CollapseSnapshotDevice() local
1703 std::string cow_device; in MapPartitionWithSnapshot() local
/system/core/fs_mgr/libdm/include/libdm/
Ddm_target.h204 const std::string& cow_device, SnapshotStorageMode mode, uint64_t chunk_size) in DmTargetSnapshot()