Searched refs:tar_entry (Results 1 – 1 of 1) sorted by relevance
84 TarArchiveEntry tar_entry = null; in testDumpstateBoard() local85 while ((tar_entry = (TarArchiveEntry) tar_stream.getNextEntry()) != null) { in testDumpstateBoard()86 Log.d(TAG, tar_entry.getName()); in testDumpstateBoard()