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