Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dmount_history.cc40 if (!utils::ReadAll( in LogMountHistory()
Dextent_reader.cc80 TEST_AND_RETURN_FALSE(utils::ReadAll( in Read()
Dvabc_partition_writer.cc325 TEST_AND_RETURN_FALSE(utils::ReadAll(source_fd, in PerformSourceCopyOperation()
Dpostinstall_runner_action.cc327 utils::ReadAll(progress_fd_, buf, base::size(buf), &bytes_read, &eof); in OnProgressFdReady()
/system/update_engine/common/
Dutils.h94 bool ReadAll(
104 bool ReadAll(FileDescriptor* fd,
110 constexpr bool ReadAll(const FileDescriptorPtr& fd, in ReadAll() function
115 return ReadAll(fd.get(), buf, count, offset, out_bytes_read); in ReadAll()
Dsubprocess.cc125 bool ok = utils::ReadAll( in OnStdoutReady()
Dutils.cc122 bool ReadAll( in ReadAll() function
221 bool ReadAll(FileDescriptor* fd, in ReadAll() function
250 auto success = ReadAll(fd, buf, count, offset, out_bytes_read); in PReadAll()
/system/update_engine/aosp/
Dota_extractor.cc85 utils::ReadAll(fd, buffer.data(), bytes_to_read, offset, &bytes_read)); in WriteVerity()