Searched refs:block_device_path (Results 1 – 1 of 1) sorted by relevance
1677 auto block_device_path = updater->FindBlockDeviceName(blockdev_filename->data); in PerformBlockImageUpdate() local1678 if (block_device_path.empty()) { in PerformBlockImageUpdate()1704 params.fd.reset(TEMP_FAILURE_RETRY(open(block_device_path.c_str(), O_RDWR))); in PerformBlockImageUpdate()1707 PLOG(ERROR) << "open \"" << block_device_path << "\" failed"; in PerformBlockImageUpdate()1712 if (!Sha1DevicePath(block_device_path, digest)) { in PerformBlockImageUpdate()1725 LOG(INFO) << "Skipping already updated partition " << block_device_path << " based on marker"; in PerformBlockImageUpdate()1923 const char* partition = strrchr(block_device_path.c_str(), '/'); in PerformBlockImageUpdate()2091 auto block_device_path = state->updater->FindBlockDeviceName(blockdev_filename->data); in RangeSha1Fn() local2092 if (block_device_path.empty()) { in RangeSha1Fn()2098 android::base::unique_fd fd(open(block_device_path.c_str(), O_RDWR)); in RangeSha1Fn()[all …]