OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:radio_path
(Results
1 - 3
of
3
) sorted by null
/build/make/tools/releasetools/
test_add_img_to_target_files.py
74
radio_path
= os.path.join(OPTIONS.input_tmp, 'RADIO')
75
if not os.path.exists(
radio_path
):
76
os.mkdir(
radio_path
)
77
with open(os.path.join(
radio_path
, 'modem.img'), 'wb') as image_fp:
add_img_to_target_files
554
radio_path
= "RADIO/" + img_name
556
radio_path
in output_zip.namelist())
559
radio_path
= os.path.join(OPTIONS.input_tmp, "RADIO", img_name)
560
available = os.path.exists(images_path) or os.path.exists(
radio_path
)
[
all
...]
add_img_to_target_files.py
554
radio_path
= "RADIO/" + img_name
556
radio_path
in output_zip.namelist())
559
radio_path
= os.path.join(OPTIONS.input_tmp, "RADIO", img_name)
560
available = os.path.exists(images_path) or os.path.exists(
radio_path
)
[
all
...]
Completed in 325 milliseconds