OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:img_radio_path
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/releasetools/
add_img_to_target_files
647
img_radio_path
= os.path.join(OPTIONS.input_tmp, "RADIO", img_name)
648
assert os.path.exists(
img_radio_path
), \
649
"Failed to find %s at %s" % (img_name,
img_radio_path
)
652
common.ZipWrite(output_zip,
img_radio_path
, "IMAGES/" + img_name)
654
shutil.copy(
img_radio_path
, prebuilt_path)
[
all
...]
add_img_to_target_files.py
647
img_radio_path
= os.path.join(OPTIONS.input_tmp, "RADIO", img_name)
648
assert os.path.exists(
img_radio_path
), \
649
"Failed to find %s at %s" % (img_name,
img_radio_path
)
652
common.ZipWrite(output_zip,
img_radio_path
, "IMAGES/" + img_name)
654
shutil.copy(
img_radio_path
, prebuilt_path)
[
all
...]
Completed in 102 milliseconds