Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dmount_history.cc40 if (!utils::PReadAll( in LogMountHistory()
Dverity_writer_android.cc157 TEST_AND_RETURN_FALSE(utils::PReadAll(fd, in EncodeFEC()
181 TEST_AND_RETURN_FALSE(utils::PReadAll( in EncodeFEC()
Dextent_reader.cc80 TEST_AND_RETURN_FALSE(utils::PReadAll( in Read()
/system/update_engine/payload_generator/
Dblob_file_writer_unittest.cc50 utils::PReadAll(blob_fd, stored_blob.data(), blob_size, 0, &bytes_read)); in TEST()
Dblock_mapping.cc51 if (!utils::PReadAll(fd, blob.data(), block_size_, byte_offset, &bytes_read)) in AddDiskBlock()
123 if (!utils::PReadAll(fd, blob.data(), block_size, byte_offset, &bytes_read)) in CompareData()
Dfull_update_generator.cc98 TEST_AND_RETURN_FALSE(utils::PReadAll( in ProcessChunk()
Dab_generator_unittest.cc154 ASSERT_TRUE(utils::PReadAll(data_fd, in TestSplitReplaceOrReplaceXzOperation()
183 ASSERT_TRUE(utils::PReadAll(data_fd, in TestSplitReplaceOrReplaceXzOperation()
315 ASSERT_TRUE(utils::PReadAll(data_fd, in TestMergeReplaceOrReplaceXzOperations()
/system/update_engine/common/
Dutils.h85 bool PReadAll(
88 bool PReadAll(const FileDescriptorPtr& fd,
Dutils.cc225 bool PReadAll( in PReadAll() function
242 bool PReadAll(const FileDescriptorPtr& fd, in PReadAll() function
901 TEST_AND_RETURN_FALSE(utils::PReadAll(fd, in ReadExtents()
/system/update_engine/
Dimage_properties_android.cc120 if (!utils::PReadAll( in ReadChannelFromMisc()