Home
last modified time | relevance | path

Searched refs:system_device_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/gsid/
H A Dpartition_installer.cpp70 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()
H A Dpartition_installer.h94 std::unique_ptr<MappedDevice> system_device_; variable