Lines Matching refs:echo_error
107 echo_error () { function
174 [ -n "$tunedirs" ] || echo_error "Can't find the tune directory"
371 echo_error "All files in cache dir will be removed! Abort!"
384 [ -d "$cache_dir" ] || echo_error "Invalid argument to --cache-dir"
401 [ -n "$extra_archs" ] || echo_error "Invalid extra arch parameter"
406 [ -n "$extra_layers" ] || echo_error "Invalid extra layer parameter"
412 echo_error "Can't find layer $i"
419 [ -n "$stamps" ] || echo_error "Invalid stamps dir $i"
421 [ -d "$i" ] || echo_error "Invalid stamps dir $i"
440 echo_error "Try 'sstate-cache-management.sh -h' for more information."
448 [ -n "$cache_dir" ] || echo_error "No cache dir found!"
449 [ -d "$cache_dir" ] || echo_error "Invalid cache directory \"$cache_dir\""
452 echo_error "Can not use both --remove-duplicated and --stamps-dir"