chromium/base/posix/file_descriptor_shuffle.cc

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

#include "base/posix/file_descriptor_shuffle.h"

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

#include "base/check.h"
#include "base/logging.h"
#include "base/posix/eintr_wrapper.h"

namespace base {

bool PerformInjectiveMultimapDestructive(InjectiveMultimap* m,
                                         InjectionDelegate* delegate) {}

bool PerformInjectiveMultimap(const InjectiveMultimap& m_in,
                              InjectionDelegate* delegate) {}

bool FileDescriptorTableInjection::Duplicate(int* result, int fd) {}

bool FileDescriptorTableInjection::Move(int src, int dest) {}

void FileDescriptorTableInjection::Close(int fd) {}

}  // namespace base