Home
last modified time | relevance | path

Searched refs:fileContents (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DProcStatsUtilTest.java169 private String runReadNullSeparatedFile(String fileContents) throws IOException { in runReadNullSeparatedFile() argument
171 Files.write(tempFile.toPath(), fileContents.getBytes()); in runReadNullSeparatedFile()
177 private String runReadSingleLineProcFile(String fileContents) throws IOException { in runReadSingleLineProcFile() argument
179 Files.write(tempFile.toPath(), fileContents.getBytes()); in runReadSingleLineProcFile()
186 String fileContents, byte terminator) throws IOException { in runReadTerminatedProcFile() argument
188 Files.write(tempFile.toPath(), fileContents.getBytes()); in runReadTerminatedProcFile()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverySnapshotStorageTest.java107 byte[] fileContents = "<keyChainSnapshot></keyChainSnapshot>".getBytes( in get_deletesFileIfItIsInvalidSnapshot()
109 Files.write(fileContents, file); in get_deletesFileIfItIsInvalidSnapshot()
/frameworks/base/core/java/com/android/server/
DBootReceiver.java304 String fileContents = FileUtils.readTextFile(file, maxSize, "[[TRUNCATED]]\n"); in addFileWithFootersToDropBox() local
305 String text = headers + fileContents + footers; in addFileWithFootersToDropBox()
307 if (tag.equals(TAG_TOMBSTONE) && fileContents.contains(">>> system_server <<<")) { in addFileWithFootersToDropBox()