Home | History | Annotate | Download | only in disklrucache

Lines Matching defs:CLEAN

92   private static final String CLEAN = "CLEAN";
105 * CLEAN 3400330d1dfc7f3f7f4b8d4d803dfcf6 832 21054
107 * CLEAN 335c4c6028171cfddfbaae1a9c313c52 3934 2342
110 * CLEAN 1ab96a171faeeee38496d8b330771a7a 1600 234
122 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
123 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
125 * o CLEAN lines track a cache entry that has been successfully published
306 if (secondSpace != -1 && firstSpace == CLEAN.length() && line.startsWith(CLEAN)) {
369 writer.write(CLEAN + ' ' + entry.key + entry.getLengths() + '\n');
525 File clean = entry.getCleanFile(i);
526 dirty.renameTo(clean);
528 long newLength = clean.length();
541 journalWriter.append(CLEAN);