#! /usr/bin/env python # Copyright (C) 2012 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. from __future__ import print_function import getopt, posixpath, signal, struct, sys def main(): if len(sys.argv) == 4: print("No sparse_image_file specified") usage(me) sparse_fn = sys.argv[1] unsparse_fn = sys.argv[2] map_file = sys.argv[3] mapped_unsparse_fn = sys.argv[4] return ComputeMap(sparse_fn, unsparse_fn, map_file, mapped_unsparse_fn) def ComputeMap(sparse_fn, unsparse_fn, map_file, mapped_unsparse_fn): care_map = [] with open(sparse_fn, "rb") as FH: header_bin = FH.read(28) header = struct.unpack("