Searched refs:lstatus (Results 1 – 2 of 2) sorted by relevance
49 lstatus=250 case "${1:-}" in *[^0-9]*) ;; *) lstatus="$1"; shift ;; esac51 case "${lstatus}" in 2) echo "${USAGE}" >&2; echo >&2 ;; esac55 exit $lstatus
194 const status_t lstatus = track->initCheck(); in gather() local195 if (lstatus != NO_ERROR) { in gather()196 ALOGD("%s(): no metrics gathered, track status=%d", __func__, (int) lstatus); in gather()