// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. library file.src.backends.chroot; import 'dart:convert'; import 'dart:typed_data'; import 'package:file/file.dart'; import 'package:file/src/common.dart' as common; import 'package:file/src/io.dart' as io; import 'package:path/path.dart' as p; part 'chroot/chroot_directory.dart'; part 'chroot/chroot_file.dart'; part 'chroot/chroot_file_system.dart'; part 'chroot/chroot_file_system_entity.dart'; part 'chroot/chroot_link.dart'; part 'chroot/chroot_random_access_file.dart';