# Copyright 2018 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.
"""Copies a FVM file and extends it by a specified amount.
Arg #1: path to 'fvm'. #2: the path to the source fvm.blk. #3: the path that the extended FVM file will be written to. #4: the additional number of bytes to grow fvm.blk by."""
import os import shutil import subprocess import sys
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.