OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dump_traces_path
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/dumpstate/
utils.c
574
static char
dump_traces_path
[PATH_MAX];
local
575
strlcpy(
dump_traces_path
, traces_path, sizeof(
dump_traces_path
));
576
strlcat(
dump_traces_path
, ".bugreport", sizeof(
dump_traces_path
));
577
if (rename(traces_path,
dump_traces_path
)) {
578
fprintf(stderr, "rename(%s, %s): %s\n", traces_path,
dump_traces_path
, strerror(errno));
581
result =
dump_traces_path
;
dumpstate.c
42
static const char *
dump_traces_path
= NULL;
variable
121
if (
dump_traces_path
!= NULL) {
122
dump_file("VM TRACES JUST NOW",
dump_traces_path
);
367
dump_traces_path
= dump_traces();
Completed in 25 milliseconds