Home
last modified time | relevance | path

Searched refs:extract_file (Results 1 – 3 of 3) sorted by relevance

/system/vold/bench/
Dbenchgen.py65 def extract_file(e, arg): function
188 fd, f, handle = extract_file(e, e.ret)
202 fd, f, handle = extract_file(e, e.args[0])
208 fd, f, handle = extract_file(e, e.args[0])
213 fd, f, handle = extract_file(e, e.args[0])
218 fd, f, handle = extract_file(e, e.args[0])
227 fd, f, handle = extract_file(e, e.args[0])
236 fd, f, handle = extract_file(e, e.args[0])
244 fd, f, handle = extract_file(e, e.args[0])
252 fd, f, handle = extract_file(e, e.args[0])
[all …]
/system/update_engine/scripts/
Dbrillo_update_payload358 extract_file() { function
464 extract_file "${image}" "${path_in_zip}/${part}.img" "${part_file}"
479 extract_file "${image}" "${path_in_zip}/${part}.map" "${part_map_file}"
515 extract_file "${image}" "META/ab_partitions.txt" "${ab_partitions_list}"
541 extract_file "${image}" "META/update_engine_config.txt" "${ue_config}"
564 extract_file "${image}" "META/postinstall_config.txt" \
571 extract_file "${image}" "META/dynamic_partitions_info.txt" \
578 extract_file "${image}" "META/apex_info.pb" \
Dsimulate_ota.py34 def extract_file(zip_file_path, entry_name, target_file_path): function
52 extract_file(zip_archive, entry_name, output_path)