Searched refs:tombstone_file (Results 1 – 1 of 1) sorted by relevance
55 def _GetTombstoneData(adb, tombstone_file): argument64 return adb.GetProtectedFileContents('/data/tombstones/' + tombstone_file)67 def _EraseTombstone(adb, tombstone_file): argument73 return adb.RunShellCommandWithSU('rm /data/tombstones/' + tombstone_file)149 for tombstone_file, tombstone_time in tombstones:153 'file': tombstone_file,155 'data': _GetTombstoneData(adb, tombstone_file)}]159 for tombstone_file, _ in all_tombstones:160 _EraseTombstone(adb, tombstone_file)