output.cc (11793:ef606668d247) output.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 44 unchanged lines hidden (view full) ---

53#include <zfstream.h>
54
55#include <cassert>
56#include <cerrno>
57#include <climits>
58#include <cstdlib>
59#include <fstream>
60
1/*
2 * Copyright (c) 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 44 unchanged lines hidden (view full) ---

53#include <zfstream.h>
54
55#include <cassert>
56#include <cerrno>
57#include <climits>
58#include <cstdlib>
59#include <fstream>
60
61#include "base/misc.hh"
61#include "base/logging.hh"
62
63using namespace std;
64
65OutputDirectory simout;
66
67
68OutputStream::OutputStream(const std::string &name, std::ostream *stream)
69 : _name(name), _stream(stream)

--- 276 unchanged lines hidden ---
62
63using namespace std;
64
65OutputDirectory simout;
66
67
68OutputStream::OutputStream(const std::string &name, std::ostream *stream)
69 : _name(name), _stream(stream)

--- 276 unchanged lines hidden ---