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:
796 List<File> tombstones = mTestDevice.getTombstones(); in testGetRemoteTombstone() local798 assertEquals(2, tombstones.size()); in testGetRemoteTombstone()800 for (File f : tombstones) { in testGetRemoteTombstone()
4943 List<File> tombstones = new ArrayList<>(); in getTombstones() local4946 return tombstones; in getTombstones()4951 tombstones.add(tombFile); in getTombstones()4954 return tombstones; in getTombstones()
1034 tombstones = crashes[:]1035 for tombstone in tombstones: