#ifdef UNSAFE_BUFFERS_BUILD
#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) { … }
}