OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:care_map_path
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/releasetools/
add_img_to_target_files
616
care_map_path
= "META/care_map.pb"
617
if output_zip and
care_map_path
not in output_zip.namelist():
618
common.ZipWrite(output_zip, temp_care_map, arcname=
care_map_path
)
620
shutil.copy(temp_care_map, os.path.join(OPTIONS.input_tmp,
care_map_path
))
622
OPTIONS.replace_updated_files_list.append(
care_map_path
)
[
all
...]
add_img_to_target_files.py
616
care_map_path
= "META/care_map.pb"
617
if output_zip and
care_map_path
not in output_zip.namelist():
618
common.ZipWrite(output_zip, temp_care_map, arcname=
care_map_path
)
620
shutil.copy(temp_care_map, os.path.join(OPTIONS.input_tmp,
care_map_path
))
622
OPTIONS.replace_updated_files_list.append(
care_map_path
)
[
all
...]
Completed in 251 milliseconds