Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/aosp/
H A Dupdate_attempter_android_integration_test.cc109 truncate64(blob_file_.path().c_str(), 0); in SetUp()
215 ASSERT_GE(lseek64(blob_file_.fd(), op.data_offset(), SEEK_SET), 0); in HydratePayload()
217 new_part_.fd(), blob_file_.fd(), op.data_length())); in HydratePayload()
238 const auto offset = lseek64(blob_file_.fd(), 0, SEEK_CUR); in HydratePayload()
244 utils::SendFile(blob_file_.fd(), patch_file.fd(), op.data_length()); in HydratePayload()
296 blob_file_.path(), in ApplyPayload()
360 ScopedTempFile blob_file_{"blob_file.XXXXXX", true}; member in chromeos_update_engine::UpdateAttempterAndroidIntegrationTest
393 truncate(blob_file_.path().c_str(), kBlockSize); in TEST_F()
/aosp_15_r20/system/update_engine/payload_generator/
H A Dfull_update_generator.cc59 blob_file_(blob_file), in ChunkProcessor()
80 BlobFileWriter* blob_file_; member in chromeos_update_engine::__anon5332795e0111::ChunkProcessor
106 TEST_AND_RETURN_FALSE(aop_->SetOperationBlob(op_blob, blob_file_)); in ProcessChunk()
H A Dfull_update_generator_unittest.cc46 new BlobFileWriter(blob_file_.fd(), &out_blobs_length_)); in SetUp()
58 ScopedTempFile blob_file_{"FullUpdateTest_blobs.XXXXXX", true}; member in chromeos_update_engine::FullUpdateGeneratorTest
H A Ddelta_diff_utils.cc413 blob_file_(blob_file) {} in FileDeltaProcessor()
441 BlobFileWriter* blob_file_; member in chromeos_update_engine::diff_utils::FileDeltaProcessor
452 TEST_AND_RETURN(blob_file_ != nullptr); in Run()
462 blob_file_)) { in Run()
470 config_.version, &file_aops_, new_part_, blob_file_)) { in Run()