Searched refs:ReadAll (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/payload_consumer/ |
D | mount_history.cc | 40 if (!utils::ReadAll( in LogMountHistory()
|
D | extent_reader.cc | 80 TEST_AND_RETURN_FALSE(utils::ReadAll( in Read()
|
D | vabc_partition_writer.cc | 325 TEST_AND_RETURN_FALSE(utils::ReadAll(source_fd, in PerformSourceCopyOperation()
|
D | postinstall_runner_action.cc | 327 utils::ReadAll(progress_fd_, buf, base::size(buf), &bytes_read, &eof); in OnProgressFdReady()
|
/system/update_engine/common/ |
D | utils.h | 94 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()
|
D | subprocess.cc | 125 bool ok = utils::ReadAll( in OnStdoutReady()
|
D | utils.cc | 122 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/ |
D | ota_extractor.cc | 85 utils::ReadAll(fd, buffer.data(), bytes_to_read, offset, &bytes_read)); in WriteVerity()
|