Searched refs:system_device_ (Results 1 – 2 of 2) sorted by relevance
72 system_device_ = nullptr; in FinishInstall()98 system_device_ = OpenPartition(GetBackingFile(name_)); in StartInstall()99 if (!system_device_) { in StartInstall()249 if (!android::base::WriteFully(system_device_->fd(), data, bytes)) { in CommitGsiChunk()258 return system_device_->fd(); in GetPartitionFd()315 if (system_device_ != nullptr && fsync(GetPartitionFd())) { in CheckInstallState()
97 std::unique_ptr<MappedDevice> system_device_; variable