Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshotctl.cpp101 bool CreateSnapshotDevice(std::string& partition_name, std::string& patch);
341 bool MapSnapshots::CreateSnapshotDevice(std::string& partition_name, std::string& patchfile) { in CreateSnapshotDevice() function in android::snapshot::MapSnapshots
648 if (!cow.CreateSnapshotDevice(pair.first, pair.second)) { in MapPrecreatedSnapshots()