Searched refs:commandLineArr (Results 1 – 1 of 1) sorted by relevance
238 String[] commandLineArr = new String[commandLine.size()]; in postProcess() local239 commandLine.toArray(commandLineArr); in postProcess()241 mRunUtil.runTimedCmd(mLogProcessingTimeoutMilliseconds, commandLineArr); in postProcess()