Lines Matching refs:TMP_DIR
216 | (cd "$TMP_DIR" && tar xf -)
218 cd "${TMP_DIR}/${ref}-archive"
235 printf "%s" "${TMP_DIR}/${ref}/usr"
284 done < <(find "$TMP_DIR" -type f -name '*.error' | sort)
328 local -r log="${TMP_DIR}/log/${file}.log"
329 local -r error_log="${TMP_DIR}/log/${file}.error"
507 TMP_DIR=$(mktemp -d)
508 readonly TMP_DIR
509 trap 'rm -rf "$TMP_DIR"' EXIT
511 readonly INCOMPAT_LIST="${TMP_DIR}/incompat_list.txt"
514 readonly SUPPRESSIONS="${TMP_DIR}/suppressions.txt"