OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tombstone_fd
(Results
1 - 3
of
3
) sorted by null
/system/core/debuggerd/test/
dump_memory_test.cpp
114
int
tombstone_fd
= mkstemp(tmp_file);
local
115
if (
tombstone_fd
== -1) {
118
tombstone_fd
= mkstemp(tmp_file);
119
if (
tombstone_fd
== -1) {
127
log_.tfd =
tombstone_fd
;
[
all
...]
tombstone_test.cpp
57
int
tombstone_fd
= mkstemp(tmp_file);
local
58
if (
tombstone_fd
== -1) {
61
tombstone_fd
= mkstemp(tmp_file);
62
if (
tombstone_fd
== -1) {
70
log_.tfd =
tombstone_fd
;
/system/core/debuggerd/
debuggerd.cpp
483
static bool perform_dump(const debugger_request_t& request, int fd, int
tombstone_fd
,
502
engrave_tombstone(
tombstone_fd
, backtrace_map, request.pid, request.tid, siblings, signal,
529
engrave_tombstone(
tombstone_fd
, backtrace_map, request.pid, request.tid, siblings, signal,
568
int
tombstone_fd
= -1;
local
572
tombstone_fd
= open_tombstone(&tombstone_path);
573
if (
tombstone_fd
== -1) {
663
succeeded = perform_dump(request, fd,
tombstone_fd
, backtrace_map.get(), siblings,
Completed in 507 milliseconds