Lines Matching refs:ret
37 if (auto ret = writer_->Write(devName_, buffer, bufferSize); ret != 0) {
38 FLASHD_LOGE("Write fail, ret = %d", ret);
39 return ret;
121 if (auto ret = Updater::FormatPartition(name); ret != 0) {
122 FLASHD_LOGE("FormatPartition fail, ret = %d", ret);
123 return ret;
126 if (auto ret = Updater::MountForPath(name); ret != 0) {
127 FLASHD_LOGE("MountForPath fail, ret = %d", ret);
128 return ret;