Searched refs:SUFFIX_BACKUP (Results 1 – 1 of 1) sorted by relevance
60 private static final String SUFFIX_BACKUP = ".backup"; field in FileRotator112 if (name.endsWith(SUFFIX_BACKUP)) { in FileRotator()117 mBasePath, name.substring(0, name.length() - SUFFIX_BACKUP.length())); in FileRotator()249 backupFile = new File(mBasePath, name + SUFFIX_BACKUP); in rewriteSingle()