Searched refs:GetCowDevicePath (Results 1 – 1 of 1) sorted by relevance
113 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::MapSnapshots279 if (!GetCowDevicePath(partition_name, &cow_path)) { in ApplyUpdate()