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.cc85 unique_ptr<ScopedTempFile> b_img; member
402 state->b_img.reset(new ScopedTempFile("b_img.XXXXXX")); in GenerateDeltaFile()
461 base::FilePath(state->b_img->path()))); in GenerateDeltaFile()
465 ScopedLoopMounter b_mounter(state->b_img->path(), &b_mnt, 0); in GenerateDeltaFile()
576 payload_config.target.partitions.back().path = state->b_img->path(); in GenerateDeltaFile()
596 HANDLE_EINTR(truncate(state->b_img->path().c_str(), in GenerateDeltaFile()
599 utils::FileSize(state->b_img->path())); in GenerateDeltaFile()
919 state->result_img->path(), state->b_img->path(), state->image_size); in VerifyPayloadResult()
945 state->b_img->path(), state->image_size, &expected_new_rootfs_hash)); in VerifyPayloadResult()