Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1000 CommandResult resultRampdump = in changeSystemProps() local
1002 if (!CommandStatus.SUCCESS.equals(resultRampdump.getStatus())) { in changeSystemProps()
1005 resultRampdump.getStatus(), in changeSystemProps()
1006 resultRampdump.getStdout(), in changeSystemProps()
1007 resultRampdump.getStderr()); in changeSystemProps()