Searched refs:fileContents (Results 1 – 3 of 3) sorted by relevance
169 private String runReadNullSeparatedFile(String fileContents) throws IOException { in runReadNullSeparatedFile() argument171 Files.write(tempFile.toPath(), fileContents.getBytes()); in runReadNullSeparatedFile()177 private String runReadSingleLineProcFile(String fileContents) throws IOException { in runReadSingleLineProcFile() argument179 Files.write(tempFile.toPath(), fileContents.getBytes()); in runReadSingleLineProcFile()186 String fileContents, byte terminator) throws IOException { in runReadTerminatedProcFile() argument188 Files.write(tempFile.toPath(), fileContents.getBytes()); in runReadTerminatedProcFile()
107 byte[] fileContents = "<keyChainSnapshot></keyChainSnapshot>".getBytes( in get_deletesFileIfItIsInvalidSnapshot()109 Files.write(fileContents, file); in get_deletesFileIfItIsInvalidSnapshot()
304 String fileContents = FileUtils.readTextFile(file, maxSize, "[[TRUNCATED]]\n"); in addFileWithFootersToDropBox() local305 String text = headers + fileContents + footers; in addFileWithFootersToDropBox()307 if (tag.equals(TAG_TOMBSTONE) && fileContents.contains(">>> system_server <<<")) { in addFileWithFootersToDropBox()