Home
last modified time | relevance | path

Searched defs:fatal (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DErrorReporter.java159 public void fatal(String message) { in fatal() method in ErrorReporter.Category
166 public void fatal(Position pos, String message) { in fatal() method in ErrorReporter.Category
242 private void add(Category category, boolean fatal, Position pos, String message) { in add()