Home
last modified time | relevance | path

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

/build/make/tools/product_config/src/com/android/build/config/
DKatiCommandImpl.java103 int returnCode = waitForProcess(process); in run() local
107 if (returnCode != 0) { in run()