Searched refs:mExecuteShellCommandLogs (Results 1 – 1 of 1) sorted by relevance
254 private File mExecuteShellCommandLogs = null; field in NativeDevice1038 if (mExecuteShellCommandLogs != null) { in executeShellCommand()1048 FileUtil.writeToFile(formatted, mExecuteShellCommandLogs, true); in executeShellCommand()5287 mExecuteShellCommandLogs = in preInvocationSetup()5330 FileUtil.deleteFile(mExecuteShellCommandLogs); in postInvocationTearDown()5331 mExecuteShellCommandLogs = null; in postInvocationTearDown()6073 return mExecuteShellCommandLogs; in getExecuteShellCommandLog()