Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/image/
DIncrementalImageUtil.java266 CommandResult helpOutput = device.executeShellV2Command("snapshotctl"); in isSnapshotSupported() local
267 CLog.d("stdout: %s, stderr: %s", helpOutput.getStdout(), helpOutput.getStderr()); in isSnapshotSupported()
269 if (helpOutput.getStdout().contains("apply-update") in isSnapshotSupported()
270 || helpOutput.getStderr().contains("apply-update")) { in isSnapshotSupported()
274 if (helpOutput.getStdout().contains("map-snapshots") in isSnapshotSupported()
275 || helpOutput.getStderr().contains("map-snapshots")) { in isSnapshotSupported()