chromium/chrome/services/file_util/single_file_tar_reader_unittest.cc

// Copyright 2020 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/40285824): Remove this and convert code to safer constructs.
#pragma allow_unsafe_buffers
#endif

#include "chrome/services/file_util/single_file_tar_reader.h"

#include <memory>
#include <vector>

#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/numerics/safe_conversions.h"
#include "base/path_service.h"
#include "chrome/common/chrome_paths.h"
#include "testing/gtest/include/gtest/gtest.h"

constexpr int kTarBufferSize =;

class SingleFileTarReaderTest : public testing::Test {};

TEST_F(SingleFileTarReaderTest, ExtractTarFile) {}

TEST_F(SingleFileTarReaderTest, ReadOctalNumber) {}

TEST_F(SingleFileTarReaderTest, EmptyFile) {}