Searched defs:fos (Results 1 – 2 of 2) sorted by relevance
72 FileOutputStream fos = null; in doInBackground() local
261 try (FileOutputStream fos = openFileOutput(fileName, Context.MODE_PRIVATE)) { in writeToFile()