chromium/storage/browser/test/file_system_test_file_set.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.

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/351564777): Remove this and convert code to safer constructs.
#pragma allow_unsafe_buffers
#endif

#include "storage/browser/test/file_system_test_file_set.h"

#include <stdint.h>

#include <limits>
#include <string>

#include "base/files/file.h"
#include "base/files/file_util.h"
#include "base/rand_util.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace storage {

const FileSystemTestCaseRecord kRegularFileSystemTestCases[] =;

const size_t kRegularFileSystemTestCaseSize =;

void SetUpOneFileSystemTestCase(const base::FilePath& root_path,
                                const FileSystemTestCaseRecord& test_case) {}

void SetUpRegularFileSystemTestCases(const base::FilePath& root_path) {}

}  // namespace storage