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