chromium/base/test/test_file_util.cc

// Copyright 2013 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/test/test_file_util.h"

#include <vector>

#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/test/test_timeouts.h"
#include "base/threading/platform_thread.h"
#include "base/threading/thread_restrictions.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace base {

namespace {

constexpr FilePath::CharType kDirPrefix[] =);

// Deletes all registered file paths upon test completion. There can only be
// one instance at a time.
class PathDeleterOnTestEnd : public testing::EmptyTestEventListener {};

// static
PathDeleterOnTestEnd* PathDeleterOnTestEnd::instance_ =;

}  // namespace

bool EvictFileFromSystemCacheWithRetry(const FilePath& path) {}

FilePath GetTempDirForTesting() {}

FilePath CreateUniqueTempDirectoryScopedToTest() {}

}  // namespace base