Home
last modified time | relevance | path

Searched defs:fos (Results 1 – 2 of 2) sorted by relevance

/development/apps/Development/src/com/android/development/
DCacheAbuser.java72 FileOutputStream fos = null; in doInBackground() local
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
DBrokenKeyDerivationActivity.java261 try (FileOutputStream fos = openFileOutput(fileName, Context.MODE_PRIVATE)) { in writeToFile()