OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dump_tombstone
(Results
1 - 3
of
3
) sorted by null
/system/core/include/cutils/
debugger.h
47
int
dump_tombstone
(pid_t tid, char* pathbuf, size_t pathlen);
/system/core/libcutils/
debugger.c
23
int
dump_tombstone
(pid_t tid, char* pathbuf, size_t pathlen) {
function
/system/core/debuggerd/
debuggerd.c
498
if (
dump_tombstone
(tid, tombstone_path, sizeof(tombstone_path)) < 0) {
Completed in 75 milliseconds