Searched refs:commandBuilder (Results 1 – 3 of 3) sorted by relevance
163 StringBuilder commandBuilder = new StringBuilder(); in runInvocation() local165 commandBuilder.append("cd "); in runInvocation()166 commandBuilder.append(invocation.workingDir); in runInvocation()167 commandBuilder.append(" && "); in runInvocation()170 commandBuilder.append(envPair.key); in runInvocation()171 commandBuilder.append("="); in runInvocation()173 commandBuilder.append(envPair.val); in runInvocation()174 commandBuilder.append(" "); in runInvocation()179 commandBuilder.append(arg); in runInvocation()180 commandBuilder.append(" "); in runInvocation()[all …]
135 StringBuilder commandBuilder = new StringBuilder(); in getArgsCommand() local139 commandBuilder.append(argCmd); in getArgsCommand()141 return commandBuilder.toString(); in getArgsCommand()
628 String commandBuilder(String bin, String args, String user, Integer offset) { in commandBuilder() method in AdbSshConnection693 commandBuilder( in snapshotGce()703 commandBuilder( in snapshotGce()775 commandBuilder( in restoreSnapshotGce()784 commandBuilder( in restoreSnapshotGce()860 stopCommand = commandBuilder("cvd", "stop", user, offset); in stopGce()862 stopCommand = commandBuilder("stop_cvd", "", user, offset); in stopGce()