Searched refs:block_device_path (Results 1 – 1 of 1) sorted by relevance
1678 if (block_device_path.empty()) { in PerformBlockImageUpdate()1707 PLOG(ERROR) << "open \"" << block_device_path << "\" failed"; in PerformBlockImageUpdate()1712 if (!Sha1DevicePath(block_device_path, digest)) { in PerformBlockImageUpdate()1923 const char* partition = strrchr(block_device_path.c_str(), '/'); in PerformBlockImageUpdate()2092 if (block_device_path.empty()) { in RangeSha1Fn()2098 android::base::unique_fd fd(open(block_device_path.c_str(), O_RDWR)); in RangeSha1Fn()2163 if (block_device_path.empty()) { in CheckFirstBlockFn()2169 android::base::unique_fd fd(open(block_device_path.c_str(), O_RDONLY)); in CheckFirstBlockFn()2238 if (block_device_path.empty()) { in BlockImageRecoverFn()2248 fec::io fh(block_device_path, O_RDWR); in BlockImageRecoverFn()[all …]