Searched refs:system_device_ (Results 1 – 2 of 2) sorted by relevance
70 system_device_ = nullptr; in FinishInstall()96 system_device_ = OpenPartition(GetBackingFile(name_)); in StartInstall()97 if (!system_device_) { in StartInstall()246 if (!android::base::WriteFully(system_device_->fd(), data, bytes)) { in CommitGsiChunk()255 return system_device_->fd(); in GetPartitionFd()312 if (system_device_ != nullptr && fsync(GetPartitionFd())) { in CheckInstallState()
94 std::unique_ptr<MappedDevice> system_device_; variable