Home
last modified time | relevance | path

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

/system/gsid/
Dgsi_service.cpp503 gsi_bytes_written_ = 0; in StartInstall()
840 if (static_cast<uint64_t>(bytes) > gsi_size_ - gsi_bytes_written_) { in CommitGsiChunk()
843 << " expected, " << gsi_bytes_written_ << " written)"; in CommitGsiChunk()
851 gsi_bytes_written_ += bytes; in CommitGsiChunk()
856 if (gsi_bytes_written_ != gsi_size_) { in SetGsiBootable()
859 << (gsi_size_ - gsi_bytes_written_) << " bytes"; in SetGsiBootable()
Dgsi_service.h153 uint64_t gsi_bytes_written_; variable