OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mappath
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/releasetools/
ota_from_target_files
304
mappath
= os.path.join(tmpdir, "IMAGES", which + ".map")
308
assert os.path.exists(path) and os.path.exists(
mappath
)
316
return sparse_img.SparseImage(path,
mappath
, clobbered_blocks)
[
all
...]
ota_from_target_files.py
304
mappath
= os.path.join(tmpdir, "IMAGES", which + ".map")
308
assert os.path.exists(path) and os.path.exists(
mappath
)
316
return sparse_img.SparseImage(path,
mappath
, clobbered_blocks)
[
all
...]
Completed in 63 milliseconds