Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dcommands.cpp760 total_size_to_read_ = maximum_total_size_to_read; in Open()
762 if (!android::base::ParseUint(args_->at(3), &total_size_to_read_)) { in Open()
767 if (total_size_to_read_ == 0) { in Open()
771 if (total_size_to_read_ > maximum_total_size_to_read) { in Open()
775 total_size_to_read_, partition_name_.c_str(), partition_size_, start_offset_)); in Open()
779 if (total_size_to_read_ > kMaxFetchSizeDefault) { in Open()
803 "%08x", static_cast<uint32_t>(total_size_to_read_)))) { in Fetch()
807 uint64_t end_offset = start_offset_ + total_size_to_read_; in Fetch()
833 start_offset_, total_size_to_read_)); in Fetch()
848 uint64_t total_size_to_read_ = 0; member in __anonb171c2650411::PartitionFetcher