Home
last modified time | relevance | path

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

12345

/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DPMCStatusLogger.java67 FileWriter fos = new FileWriter(mFile); in logStatus() local
102 FileWriter fos = new FileWriter(mFile); in flash() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
H A DLeakDetectorTest.java111 FileOutputStream fos = new FileOutputStream("/dev/null"); in testDump() local
127 FileOutputStream fos = new FileOutputStream("/dev/null"); in testDisabled() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/backup/
H A DBackupPasswordManagerTest.java200 FileOutputStream fos = null; in writeHashAndSaltToFile() local
218 FileOutputStream fos = null; in writePasswordVersionToFile() local
H A DProcessedPackagesJournalTest.java159 try (FileOutputStream fos = new FileOutputStream(journal); in writePermanentJournalPackages()
H A DDataChangedJournalTest.java74 FileInputStream fos = new FileInputStream(mFile); in addPackage_addsPackagesToEndOfFile() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DFileUtils.java57 try (FileOutputStream fos = new FileOutputStream(filename)) { in bytesToFile()
/aosp12/system/timezone/distro/core/src/test/com/android/timezone/distro/
H A DFileUtilsTest.java282 try (FileOutputStream fos = new FileOutputStream(file)) { in testCreateEmptyFile_truncatesExisting()
295 try (FileOutputStream fos = new FileOutputStream(file)) { in createFile()
362 try (FileOutputStream fos = new FileOutputStream(file)) { in createRegularFile()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDownloadUtils.java35 FileOutputStream fos = null; in requestDownload() local
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/
H A DMetricsConfigStore.java100 FileOutputStream fos = null; in addMetricsConfig() local
H A DResultStore.java151 FileOutputStream fos = null; in putError() local
224 FileOutputStream fos = null; in writePersistableBundle() local
/aosp12/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/keys/
H A DTertiaryKeyRotationWindowedCount.java125 try (FileOutputStream fos = new FileOutputStream(mFile); in saveToFile()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/app/
H A DGameManagerServiceSettingsTests.java53 FileOutputStream fos = aFile.startWrite(); in writeFile() local
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DFontFallbackSetup.java74 try (FileOutputStream fos = new FileOutputStream(testFontsXml)) { in FontFallbackSetup()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DDbDowngradeHelper.java101 try (FileOutputStream fos = new FileOutputStream(schemaFile); in updateSchemaFile()
/aosp12/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DBandwidthTestUtil.java108 FileOutputStream fos = new FileOutputStream(file); in DownloadFromUrl() local
/aosp12/frameworks/base/keystore/java/android/security/
H A DSystemKeyStore.java92 FileOutputStream fos = new FileOutputStream(keyFile); in generateNewKey() local
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DPasswordSlotManager.java211 try (FileOutputStream fos = new FileOutputStream(getSlotMapFile())) { in saveSlotMap()
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/
H A DMediaSaver.java72 FileOutputStream fos = new FileOutputStream(file); in saveDepth() local
/aosp12/frameworks/base/core/tests/coretests/src/android/content/res/
H A DConfigurationTest.java162 FileOutputStream fos = af.startWrite(); in dumpDebug() local
/aosp12/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/
H A DWritingService.java97 FileOutputStream fos = new FileOutputStream(mFile); in run() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DLeakReporter.java85 try (FileOutputStream fos = new FileOutputStream(dumpFile)) { in dumpLeak()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/powerstats/
H A DPowerStatsServiceTest.java299 FileOutputStream fos = new FileOutputStream(incidentReport); in testWrittenMeterDataMatchesReadIncidentReportData() local
343 FileOutputStream fos = new FileOutputStream(incidentReport); in testWrittenModelDataMatchesReadIncidentReportData() local
390 FileOutputStream fos = new FileOutputStream(incidentReport); in testWrittenResidencyDataMatchesReadIncidentReportData() local
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/tasks/
H A DBackupFileDecryptorTaskTest.java442 try (FileOutputStream fos = new FileOutputStream(mInputFile); in createEncryptedFileUsingExplicitStarts()
495 try (FileOutputStream fos = new FileOutputStream(mInputFile); in createEncryptedFileUsingInlineLengths()
/aosp12/frameworks/base/core/java/android/util/
H A DAtomicFile.java217 FileOutputStream fos = new FileOutputStream(mBaseName); in truncate() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DPersistedItemArray.java72 FileOutputStream fos; in write() local

12345