Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java223 private File mExecuteShellCommandLogs = null; field in NativeDevice
787 if (mExecuteShellCommandLogs != null) { in executeShellCommand()
797 FileUtil.writeToFile(formatted, mExecuteShellCommandLogs, true); in executeShellCommand()
4432 mExecuteShellCommandLogs = in preInvocationSetup()
4447 FileUtil.deleteFile(mExecuteShellCommandLogs); in postInvocationTearDown()
4448 mExecuteShellCommandLogs = null; in postInvocationTearDown()
5014 return mExecuteShellCommandLogs; in getExecuteShellCommandLog()