Searched refs:updatedIconPath_ (Results 1 – 2 of 2) sorted by relevance
75 updatedIconPath_ = updatedIconDirectory_ + bundleName + IMAGE_SUFFIX; in ScenePersistence()193 if (pixelMap == nullptr || updatedIconPath_.find('/') == std::string::npos) { in SaveUpdatedIcon()203 if (remove(updatedIconPath_.c_str())) { in SaveUpdatedIcon()224 return updatedIconPath_; in GetUpdatedIconPath()
65 std::string updatedIconPath_; variable