Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc78 unique_ptr<ScopedTempFile> b_img; member
394 state->b_img.reset(new ScopedTempFile("b_img.XXXXXX")); in GenerateDeltaFile()
453 base::FilePath(state->b_img->path()))); in GenerateDeltaFile()
457 ScopedLoopMounter b_mounter(state->b_img->path(), &b_mnt, 0); in GenerateDeltaFile()
568 payload_config.target.partitions.back().path = state->b_img->path(); in GenerateDeltaFile()
588 HANDLE_EINTR(truncate(state->b_img->path().c_str(), in GenerateDeltaFile()
591 utils::FileSize(state->b_img->path())); in GenerateDeltaFile()
912 state->result_img->path(), state->b_img->path(), state->image_size); in VerifyPayloadResult()
938 state->b_img->path(), state->image_size, &expected_new_rootfs_hash)); in VerifyPayloadResult()