Searched refs:helpOutput (Results 1 – 1 of 1) sorted by relevance
266 CommandResult helpOutput = device.executeShellV2Command("snapshotctl"); in isSnapshotSupported() local267 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()