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.java254 private File mExecuteShellCommandLogs = null; field in NativeDevice
1038 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()