Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshotctl.cpp113 bool GetCowDevicePath(std::string partition_name, std::string* cow_path);
235 bool MapSnapshots::GetCowDevicePath(std::string partition_name, std::string* cow_path) { in GetCowDevicePath() function in android::snapshot::MapSnapshots
279 if (!GetCowDevicePath(partition_name, &cow_path)) { in ApplyUpdate()