chromium/mojo/core/test/test_utils.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "mojo/core/test/test_utils.h"

#include <fcntl.h>
#include <stddef.h>
#include <unistd.h>

#include <ostream>

#include "base/posix/eintr_wrapper.h"

namespace mojo {
namespace core {
namespace test {

PlatformHandle PlatformHandleFromFILE(base::ScopedFILE fp) {}

base::ScopedFILE FILEFromPlatformHandle(PlatformHandle h, const char* mode) {}

}  // namespace test
}  // namespace core
}  // namespace mojo