Searched refs:tombstoneFiles (Results 1 – 1 of 1) sorted by relevance
249 File[] tombstoneFiles = TOMBSTONE_DIR.listFiles(); in logBootEvents() local250 for (int i = 0; tombstoneFiles != null && i < tombstoneFiles.length; i++) { in logBootEvents()251 if (tombstoneFiles[i].isFile()) { in logBootEvents()252 addFileToDropBox(db, timestamps, headers, tombstoneFiles[i].getPath(), in logBootEvents()