Searched refs:tombstone_path (Results 1 – 1 of 1) sorted by relevance
/system/core/debuggerd/ |
D | debuggerd.c | 300 char* tombstone_path = NULL; in handle_request() local 318 tombstone_path = engrave_tombstone(request.pid, request.tid, in handle_request() 356 tombstone_path = engrave_tombstone(request.pid, request.tid, in handle_request() 371 if (tombstone_path) { in handle_request() 372 write(fd, tombstone_path, strlen(tombstone_path)); in handle_request() 377 free(tombstone_path); in handle_request() 494 char tombstone_path[PATH_MAX]; in do_explicit_dump() local 495 if (dump_tombstone(tid, tombstone_path, sizeof(tombstone_path)) < 0) { in do_explicit_dump() 499 fprintf(stderr, "Tombstone written to: %s\n", tombstone_path); in do_explicit_dump()
|