Searched refs:CreateSnapshotDevice (Results 1 – 1 of 1) sorted by relevance
101 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::MapSnapshots648 if (!cow.CreateSnapshotDevice(pair.first, pair.second)) { in MapPrecreatedSnapshots()