Searched refs:CommitGsiChunk (Results 1 – 3 of 3) sorted by relevance
47 bool CommitGsiChunk(int stream_fd, int64_t bytes);48 bool CommitGsiChunk(const void* data, size_t bytes);50 bool CommitGsiChunk(size_t bytes);
186 bool PartitionInstaller::CommitGsiChunk(int stream_fd, int64_t bytes) { in CommitGsiChunk() function in android::gsi::PartitionInstaller210 if (!CommitGsiChunk(buffer.get(), rv)) { in CommitGsiChunk()236 bool PartitionInstaller::CommitGsiChunk(const void* data, size_t bytes) { in CommitGsiChunk() function in android::gsi::PartitionInstaller273 bool PartitionInstaller::CommitGsiChunk(size_t bytes) { in CommitGsiChunk() function in android::gsi::PartitionInstaller278 bool success = CommitGsiChunk(ashmem_data_, bytes); in CommitGsiChunk()
234 *_aidl_return = installer_->CommitGsiChunk(stream.get(), bytes); in commitGsiChunkFromStream()277 *_aidl_return = installer_->CommitGsiChunk(bytes); in commitGsiChunkFromAshmem()