Lines Matching refs:mappath
456 mappath = os.path.join(tmpdir, "IMAGES", which + ".map")
457 if os.path.exists(path) and os.path.exists(mappath):
467 mappath = tempfile.mkstemp()[1]
468 OPTIONS.tempfiles.append(mappath)
473 tmpdir, info_dict, block_list=mappath)
476 tmpdir, info_dict, block_list=mappath)
484 return sparse_img.SparseImage(path, mappath, clobbered_blocks)