Searched refs:fileContents (Results 1 – 2 of 2) sorted by relevance
106 byte[] fileContents = "<keyChainSnapshot></keyChainSnapshot>".getBytes( in get_deletesFileIfItIsInvalidSnapshot()108 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()