delta_performer_integration_test.cc | 68 string b_img; member in struct:chromeos_update_engine::__anon73613::DeltaState 307 EXPECT_TRUE(utils::MakeTempFile("b_img.XXXXXX", &state->b_img, nullptr)); 379 base::FilePath(state->b_img))); 392 test_utils::CreateExtImageAtPath(state->b_img, nullptr); 396 ScopedLoopMounter b_mounter(state->b_img, &b_mnt, 0); 527 payload_config.target.partitions.back().path = state->b_img; 548 EXPECT_EQ(0, HANDLE_EINTR(truncate(state->b_img.c_str(), 551 utils::FileSize(state->b_img)); [all...] |