Home
last modified time | relevance | path

Searched refs:KatiCommandImpl (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DKatiCommandImpl.java25 public class KatiCommandImpl implements KatiCommand { class
63 public KatiCommandImpl(Errors errors, Options options) { in KatiCommandImpl() method in KatiCommandImpl
DKatiImpl.java48 this(errors, options, new KatiCommandImpl(errors, options)); in KatiImpl()