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 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)
    [all...]
ota_from_target_files.py 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)
    [all...]

Completed in 48 milliseconds