HomeSort by relevance Sort by last modified time
    Searched full:tombstones (Results 1 - 25 of 57) sorted by null

1 2 3

  /device/moto/shamu/sepolicy/
ss_ramdump.te 14 # Create files in /data/tombstones, for example
15 # /data/tombstones/ramdump_venus.elf
19 # Needed to allow UID=root to access /data/tombstones,
  /external/chromium_org/build/android/
tombstones.py 33 lines = device.RunShellCommand('TZ=UTC su -c ls -a -l /data/tombstones')
66 return device.ReadFile('/data/tombstones/' + tombstone_file, as_root=True)
77 'rm /data/tombstones/' + tombstone_file, as_root=True)
135 def _ResolveTombstones(jobs, tombstones):
136 """Resolve a list of tombstones.
140 tombstones: a list of tombstones.
142 if not tombstones:
143 print 'No device attached? Or no tombstones?'
145 if len(tombstones) == 1
    [all...]
  /device/lge/mako/dumpstate/
dumpstate.c 23 run_command("MODEM TOMBSTONES", 5, SU_PATH, "root", "ls", "-l", "/data/tombstones/mdm", NULL);
  /device/lge/hammerhead/sepolicy/
system_server.te 17 # Read /data/tombstones/ramdump files.
  /libcore/luni/src/main/java/java/lang/
ThreadLocal.java 168 /** Number of tombstones. */
169 private int tombstones; field in class:ThreadLocal.Values
171 /** Maximum number of live entries and tombstones. */
183 this.tombstones = 0;
193 this.tombstones = fromParent.tombstones;
214 // The table can only contain null, tombstones and references.
231 tombstones++;
232 fromParent.tombstones++;
277 // The table can only contain null, tombstones and references
    [all...]
  /device/asus/deb/dumpstate/
dumpstate.c 33 run_command("MODEM TOMBSTONES", 5, SU_PATH, "root", "ls", "-l", "/data/tombstones/mdm", NULL);
  /device/lge/hammerhead/dumpstate/
dumpstate.c 23 run_command("SUBSYSTEM TOMBSTONES", 5, SU_PATH, "root", "ls", "-l", "/data/tombstones/ramdump", NULL);
  /external/chromium_org/sync/engine/
process_updates_util.h 40 // Tombstones all entries of |type| whose versions are older than
  /device/lge/mako/sepolicy/
kickstart.te 35 # Read tombstones
  /device/asus/deb/
init.deb.rc 23 symlink /data/tombstones /tombstones
140 mkdir /data/tombstones 0771 system system
141 mkdir /tombstones/modem 0771 system system
142 mkdir /tombstones/lpass 0771 system system
143 mkdir /tombstones/wcnss 0771 system system
144 mkdir /tombstones/dsps 0771 system system
145 mkdir /tombstones/mdm 0771 system system
319 service kickstart /system/bin/qcks -i /firmware/image/ -r /data/tombstones/mdm/
  /device/asus/flo/
init.flo.rc 23 symlink /data/tombstones /tombstones
140 mkdir /data/tombstones 0771 system system
141 mkdir /tombstones/modem 0771 system system
142 mkdir /tombstones/lpass 0771 system system
143 mkdir /tombstones/wcnss 0771 system system
144 mkdir /tombstones/dsps 0771 system system
145 mkdir /tombstones/mdm 0771 system system
330 service kickstart /system/bin/qcks -i /firmware/image/ -r /data/tombstones/mdm/
  /bootable/recovery/tools/ota/
check-lost+found.c 35 // Output file in tombstones directory (first 8K will be uploaded)
36 static const char *kOutputDir = "/data/tombstones";
37 static const char *kOutputFile = "/data/tombstones/check-lost+found-log";
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_backend.py 429 # Try to get tombstones.
430 tombstones = os.path.join(util.GetChromiumSrcDir(), 'build', 'android',
431 'tombstones.py')
432 if os.path.exists(tombstones):
433 ret += Decorate('Tombstones',
434 subprocess.Popen([tombstones, '-w', '--device',
  /device/moto/shamu/dumpstate/
dumpstate.c 43 run_command("Subsystem Tombstone list", 5, SU_PATH, "root", "ls", "-l", "/data/tombstones/ramdump", NULL);
  /external/chromium_org/sync/internal_api/public/engine/
sync_status.h 56 // Of updates_received, how many were tombstones.
  /device/moto/shamu/
init.shamu.rc 23 symlink /data/tombstones /tombstones
76 mkdir /data/tombstones 0771 system system
77 mkdir /tombstones/modem 0771 system system
78 mkdir /tombstones/lpass 0771 system system
79 mkdir /tombstones/wcnss 0771 system system
80 mkdir /tombstones/dsps 0771 system system
  /external/llvm/lib/Support/
StringMap.cpp 86 // Skip over tombstones. However, remember the first one we see.
131 // Ignore tombstones.
189 // the buckets are empty (meaning that many are filled with tombstones),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android_unittest.py 270 # Tests that we return an empty string and log an error when no tombstones could be found.
272 self._mock_adb.set_tombstone_output('/data/tombstones/tombstone_*: No such file or directory')
281 self._mock_adb.set_tombstone_output('/data/tombstones/tombstone_*: Permission denied')
285 self.assertEqual('The driver crashed, but we could not read the tombstones!', self._errors[0])
android.py     [all...]
  /external/sepolicy/
dumpstate.te 100 # Access /data/tombstones.
  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 42 // Ignore tombstones.
125 // Ignore tombstones.
HashBase.tcc 194 // Ignore tombstones.
214 // the buckets are empty (meaning that many are filled with tombstones),
  /device/lge/hammerhead/
init.hammerhead.rc 126 mkdir /data/tombstones 0777 system system
127 mkdir /data/tombstones/ramdump 0777 system system
128 restorecon_recursive /data/tombstones
  /frameworks/base/core/java/com/android/server/
BootReceiver.java 50 private static final File TOMBSTONE_DIR = new File("/data/tombstones");
157 // Scan existing tombstones (in case any new ones appeared)
  /system/extras/tests/fstest/
perm_checker.conf 37 /data/tombstones/ 755 755 system system system system
38 /data/tombstones/* 000 600 system 19999 system 19999

Completed in 1432 milliseconds

1 2 3