Searched refs:REMOVE (Results 1 – 2 of 2) sorted by relevance
108 private static final String REMOVE = "REMOVE"; field in DiskLruCache375 if (parts[0].equals(REMOVE) && parts.length == 2) { in readJournalLine()607 journalWriter.write(REMOVE + ' ' + entry.key + '\n'); in completeEdit()649 journalWriter.append(REMOVE + ' ' + key + '\n'); in remove()