Lines Matching defs:abort
247 abort("ERROR: requirement must have ext")
272 abort("Error while writing to file %s: %s", p, err)
403 abort("ERROR: Duplicate function %s", fn)
409 abort("ERROR: Duplicate function %s\n", fn)
426 func abort(fmtStr string, inputs ...interface{}) {
435 abort("Could not read file %s", err)
440 abort("Could not write to output dir %s", err)
444 abort("Error getting info about %s: %s", *outDir, err)
446 abort("%s must be a directory", *outDir)
453 abort("Invalid JSON: %s", err)