Searched refs:argsWithDevice (Results 1 – 1 of 1) sorted by relevance
1688 String[] argsWithDevice = Arrays.copyOf(args, args.length + 2); in addCommandForAllDevices() local1689 argsWithDevice[argsWithDevice.length - 2] = "-s"; in addCommandForAllDevices()1690 argsWithDevice[argsWithDevice.length - 1] = device; in addCommandForAllDevices()1691 CommandTracker cmdTracker = createCommandTracker(argsWithDevice, cmdFilePath); in addCommandForAllDevices()