Lines Matching defs:files
88 List<File> files = new LinkedList<File>();
117 files.add(new File(args[i]));
124 if (defaultType == null && files.isEmpty()) {
129 if (files.size() > 1 && defaultType != null) {
130 System.err.println("Explicit type ignored for multiple files.");
134 if (files.isEmpty()) {
135 files.add(new File(STANDARD_IN));
138 for (File source : files) {
217 // save off the widget icon and preview bits in files for inspection
229 // In logcat, backup data is base64 encoded, but in localtransport files it is raw
332 System.err.println("\t-x\textract image data to files");