Home | History | Annotate | Download | only in wifi

Lines Matching refs:outFile

137         File outFile = FileUtils.getExternalDownload();
141 outFile = new File(outPath);
143 outFile = new File(outFile, outPath);
147 if (!outFile.isDirectory() && !outFile.mkdirs()) {
153 if (outFile.isDirectory()) {
171 outFile = new File(outFile, filename);
174 OutputStream output = new FileOutputStream(outFile);