Home | History | Annotate | Download | only in impl

Lines Matching defs:file

5  * you may not use this file except in compliance with the License.

23 import java.io.File;
35 File directory = new File(fileName);
40 File file = new File(directory, getFileName(api));
41 file.createNewFile();
44 file));
63 "Only one file can be processed by the binary signature " +
67 File file = new File(fileName);
69 new FileInputStream(file));