Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
DLeakDetectorTest.java109 FileOutputStream fos = new FileOutputStream("/dev/null"); in testDump() local
125 FileOutputStream fos = new FileOutputStream("/dev/null"); in testDisabled() local
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/
DBackupPasswordManagerTest.java200 FileOutputStream fos = null; in writeHashAndSaltToFile() local
218 FileOutputStream fos = null; in writePasswordVersionToFile() local
DDataChangedJournalTest.java74 FileInputStream fos = new FileInputStream(mFile); in addPackage_addsPackagesToEndOfFile() local
DProcessedPackagesJournalTest.java159 try (FileOutputStream fos = new FileOutputStream(journal); in writePermanentJournalPackages()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DFileUtils.java57 try (FileOutputStream fos = new FileOutputStream(filename)) { in bytesToFile()
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/keys/
DTertiaryKeyRotationWindowedCount.java125 try (FileOutputStream fos = new FileOutputStream(mFile); in saveToFile()
/frameworks/base/core/tests/coretests/src/android/text/
DFontFallbackSetup.java74 try (FileOutputStream fos = new FileOutputStream(testFontsXml)) { in FontFallbackSetup()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DBandwidthTestUtil.java108 FileOutputStream fos = new FileOutputStream(file); in DownloadFromUrl() local
/frameworks/base/keystore/java/android/security/
DSystemKeyStore.java92 FileOutputStream fos = new FileOutputStream(keyFile); in generateNewKey() local
/frameworks/base/services/core/java/com/android/server/locksettings/
DPasswordSlotManager.java211 try (FileOutputStream fos = new FileOutputStream(getSlotMapFile())) { in saveSlotMap()
/frameworks/base/core/java/android/util/
DAtomicFile.java191 FileOutputStream fos = new FileOutputStream(mBaseName); in truncate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java84 try (FileOutputStream fos = new FileOutputStream(dumpFile)) { in dumpLeak()
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationTest.java162 FileOutputStream fos = af.startWrite(); in dumpDebug() local
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/tasks/
DBackupFileDecryptorTaskTest.java442 try (FileOutputStream fos = new FileOutputStream(mInputFile); in createEncryptedFileUsingExplicitStarts()
495 try (FileOutputStream fos = new FileOutputStream(mInputFile); in createEncryptedFileUsingInlineLengths()
/frameworks/base/services/core/java/com/android/server/pm/parsing/
DPackageCacher.java191 try (FileOutputStream fos = new FileOutputStream(cacheFile)) { in cacheResult()
/frameworks/base/services/core/java/com/android/server/
DSystemUpdateManagerService.java215 FileOutputStream fos = null; in writeInfoFileLocked() local
DDiskStatsService.java77 FileOutputStream fos = null; in dump() local
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotPersister.java392 FileOutputStream fos = null; in writeProto() local
417 FileOutputStream fos = new FileOutputStream(file); in writeBuffer() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexMetadataHelperTest.java83 try (FileOutputStream fos = new FileOutputStream(dmFile)) { in createDexMetadataFile()
/frameworks/base/core/java/android/app/
DWallpaperManager.java1277 FileOutputStream fos = null; in setResource() local
1281 copyStreamToWallpaperFile(resources.openRawResource(resid), fos); in setResource() local
1405 FileOutputStream fos = null; in setBitmap() local
1453 private void copyStreamToWallpaperFile(InputStream data, FileOutputStream fos) in copyStreamToWallpaperFile()
1530 FileOutputStream fos = null; in setStream() local
/frameworks/base/services/core/java/com/android/server/inputmethod/
DAdditionalSubtypeUtils.java138 FileOutputStream fos = null; in save() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageInstallerSessionTest.java198 FileOutputStream fos = null; in dumpSessions() local
/frameworks/base/core/java/android/app/backup/
DBlobBackupHelper.java134 FileOutputStream fos = new FileOutputStream(stateFile.getFileDescriptor()); in writeBackupState() local
/frameworks/base/services/tests/servicestests/src/com/android/server/timezone/
DRulesManagerServiceTest.java895 try (FileOutputStream fos = new FileOutputStream(file)) { in doDumpCallAndCapture()
1098 try (FileOutputStream fos = new FileOutputStream(file)) { in createParcelFileDescriptor()
/frameworks/base/services/core/java/com/android/server/timezone/
DPackageStatusStorage.java315 FileOutputStream fos = null; in writePackageStatusLocked() local

123