Searched refs:tombstones (Results 1 – 4 of 4) sorted by relevance
70 tombstones = ad.get_file_names("/data/tombstones/")71 if not tombstones: continue72 for tombstone in tombstones:
362 List<File> tombstones = mConnection.getTombstones(); in testGetRemoteTombstone() local364 assertEquals(2, tombstones.size()); in testGetRemoteTombstone()366 for (File f : tombstones) { in testGetRemoteTombstone()
1215 tombstones = crashes[:]1216 for tombstone in tombstones:
5986 List<File> tombstones = new ArrayList<>(); in getTombstones() local5989 return tombstones; in getTombstones()5994 tombstones.add(tombFile); in getTombstones()5997 return tombstones; in getTombstones()