Home
last modified time | relevance | path

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

/system/core/include/cutils/
Ddebugger.h53 int dump_tombstone(pid_t tid, char* pathbuf, size_t pathlen);
/system/core/libcutils/
Ddebugger.c102 int dump_tombstone(pid_t tid, char* pathbuf, size_t pathlen) { in dump_tombstone() function
/system/sepolicy/
Daccess_vectors608 dump_tombstone
/system/core/debuggerd/
Ddebuggerd.cpp904 if (dump_tombstone(tid, tombstone_path, sizeof(tombstone_path)) < 0) { in do_explicit_dump()