Home
last modified time | relevance | path

Searched refs:dst_file (Results 1 – 2 of 2) sorted by relevance

/system/media/camera/docs/
Dmetadata-generate120 local dst_file="$2"
124 local start_line="$(grep -n -F "${start_delim}" "${dst_file}" | cut -d: -f1)"
125 local end_line="$(grep -n -F "${end_delim}" "${dst_file}" | cut -d: -f1)"
134 echo "No starting delimiter found in ${dst_file}" >& 2
135 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
140 echo "No ending delimiter found in ${dst_file}" >& 2
141 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
147 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
155 head -n "$start_line" "${dst_file}" > "${tmp_name}"
157 tail -n "+${end_line}" "${dst_file}" >> "${tmp_name}"
[all …]
/system/update_engine/payload_consumer/
Ddelta_performer.cc1383 auto dst_file = std::make_unique<BsdiffExtentFile>( in PerformSourceBsdiffOperation() local
1388 std::move(dst_file), in PerformSourceBsdiffOperation()