Searched refs:CIPD (Results 1 – 1 of 1) sorted by relevance
241 local -r CIPD="$1" internal_access="$2" command="$3"256 "$CIPD" "$command" -ensure-file - -log-level warning "${cipd_args[@]}")259 echo >&2 "$0: $CIPD failed. For direct downloads, remove cipd from PATH."302 local CIPD304 if $cipd_ok && CIPD="$(find_cipd)"; then306 if [[ "$("$CIPD" ls fuchsia_internal)" != "No matching packages." ]]; then309 update_via_cipd "$CIPD" "$internal_access" || return
Completed in 3 milliseconds