HomeSort by relevance Sort by last modified time
    Searched refs:mappath (Results 1 - 2 of 2) sorted by null

  /build/tools/releasetools/
ota_from_target_files 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)
    [all...]
ota_from_target_files.py 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)
    [all...]

Completed in 644 milliseconds