Home
last modified time | relevance | path

Searched refs:tombstone_file (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/build/android/
Dtombstones.py55 def _GetTombstoneData(adb, tombstone_file): argument
64 return adb.GetProtectedFileContents('/data/tombstones/' + tombstone_file)
67 def _EraseTombstone(adb, tombstone_file): argument
73 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)