Searched refs:listCommand (Results 1 – 1 of 1) sorted by relevance
58 String listCommand = String.format("ls %s", src); in pullFromDevice() local59 String fileList = device.executeShellCommand(listCommand); in pullFromDevice()