HomeSort by relevance Sort by last modified time
    Searched refs:tombstones (Results 1 - 6 of 6) sorted by null

  /external/v8/build/android/
tombstones.py 41 if not device.PathExists('/data/tombstones', as_root=True):
45 ['ls', '-a', '-l', '/data/tombstones'],
54 logging.exception('Could not retrieve tombstones.')
56 logging.exception('Timed out retrieving tombstones.')
85 '/data/tombstones/' + tombstone_file, as_root=True).splitlines()
96 ['rm', '/data/tombstones/' + tombstone_file],
156 def _ResolveTombstones(jobs, tombstones):
157 """Resolve a list of tombstones.
161 tombstones: a list of tombstones
    [all...]
  /platform_testing/utils/crashcollector/src/android/test/crashcollector/
Collector.java 46 private static final File TOMBSTONES_PATH = new File("/data/tombstones");
144 String[] tombstones = TOMBSTONES_PATH.list(); local
148 if ((tombstones == null) || (tombstones.length == 0)) {
155 for (String x : tombstones) {
173 print("NATIVE: new tombstones");
182 print("NATIVE: new tombstones");
  /device/moto/shamu/
init.shamu.rc 23 symlink /data/tombstones /tombstones
72 mkdir /tombstones/modem 0771 system system
73 mkdir /tombstones/lpass 0771 system system
74 mkdir /tombstones/wcnss 0771 system system
75 mkdir /tombstones/dsps 0771 system system
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 96 /** Monitor /data/tombstones and stop the monkey if new files appear. */
235 private static final File TOMBSTONES_PATH = new File("/data/tombstones");
1201 String[] tombstones = TOMBSTONES_PATH.list(); local
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py 700 # Try to get tombstones.
701 tombstones = os.path.join(util.GetChromiumSrcDir(), 'build', 'android',
702 'tombstones.py')
703 if os.path.exists(tombstones):
704 ret += Decorate('Tombstones',
705 subprocess.Popen([tombstones, '-w', '--device',
  /system/sepolicy/
file_contexts 261 /data/tombstones(/.*)? u:object_r:tombstone_data_file:s0

Completed in 235 milliseconds