Home
last modified time | relevance | path

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

/system/media/camera/docs/
Dmetadata-generate126 local start_line="$(grep -n -F "${start_delim}" "${dst_file}" | cut -d: -f1)"
130 (( start_line-- ))
135 if [[ -z "$start_line" ]]; then
147 if [[ "$start_line" -ge "$end_line" ]]; then
148 echo "Starting delim later than ending delim: $start_line vs $end_line" >& 2
157 head -n "$start_line" "${dst_file}" > "${tmp_name}"