Searched refs:tombstone (Results 1 – 5 of 5) sorted by relevance
98 def _ResolveTombstone(tombstone): argument100 lines += [tombstone['file'] + ' created on ' + str(tombstone['time']) +102 (str(tombstone['device_now'] - tombstone['time']) +103 ' Device: ' + tombstone['serial'])]106 lines += _ResolveSymbols(tombstone['data'], tombstone['stack'])
638 tombstone = sync_pb2.SyncEntity()639 tombstone.id_string = id_string640 tombstone.deleted = True641 tombstone.name = ''642 return tombstone
498 syncer::SyncChange tombstone(TombstoneTab(specifics)); in InitFromSyncModel() local499 if (tombstone.IsValid()) in InitFromSyncModel()500 new_changes->push_back(tombstone); in InitFromSyncModel()514 syncer::SyncChange tombstone(TombstoneTab(specifics)); in InitFromSyncModel() local515 if (tombstone.IsValid()) in InitFromSyncModel()516 new_changes->push_back(tombstone); in InitFromSyncModel()
957 tombstone = sync_pb2.SyncEntity()958 tombstone.id_string = id_string959 tombstone.deleted = True960 tombstone.name = ''961 tombstone.specifics.CopyFrom(GetDefaultEntitySpecifics(datatype))962 return tombstone
997 for tombstone in tombstones:1002 fields = tombstone.split()1004 self._log_warning("unexpected line in tombstone output, skipping: '%s'" % tombstone)