Home | History | Annotate | Download | only in releasetools

Lines Matching refs:mappath

507   mappath = os.path.join(tmpdir, "IMAGES", which + ".map")
508 if os.path.exists(path) and os.path.exists(mappath):
518 mappath = tempfile.mkstemp()[1]
519 OPTIONS.tempfiles.append(mappath)
524 tmpdir, info_dict, block_list=mappath)
527 tmpdir, info_dict, block_list=mappath)
535 return sparse_img.SparseImage(path, mappath, clobbered_blocks)