OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dump_basename
(Results
1 - 4
of
4
) sorted by null
/system/core/crash_reporter/
kernel_warning_collector.cc
88
std::string
dump_basename
=
local
91
StringPrintf("%s.kcrash",
dump_basename
.c_str()));
108
StringPrintf("%s.meta",
dump_basename
.c_str())),
udev_collector.cc
178
std::string
dump_basename
= FormatDumpBasename(coredump_prefix,
local
181
FilePath core_path = GetCrashPath(crash_directory,
dump_basename
, "devcore");
182
FilePath log_path = GetCrashPath(crash_directory,
dump_basename
, "log");
183
FilePath meta_path = GetCrashPath(crash_directory,
dump_basename
, "meta");
user_collector.cc
189
std::string
dump_basename
= FormatDumpBasename(exec, time(nullptr), pid);
local
191
FilePath diag_log_path = GetCrashPath(crash_path,
dump_basename
, "diaglog");
202
FilePath log_path = GetCrashPath(crash_path,
dump_basename
, "log");
203
FilePath meta_path = GetCrashPath(crash_path,
dump_basename
, "meta");
499
std::string
dump_basename
= FormatDumpBasename(exec, time(nullptr), pid);
local
500
FilePath core_path = GetCrashPath(crash_path,
dump_basename
, "core");
501
FilePath meta_path = GetCrashPath(crash_path,
dump_basename
, "meta");
502
FilePath minidump_path = GetCrashPath(crash_path,
dump_basename
, "dmp");
503
FilePath log_path = GetCrashPath(crash_path,
dump_basename
, "log");
kernel_collector.cc
575
std::string
dump_basename
=
local
578
StringPrintf("%s.kcrash",
dump_basename
.c_str()));
595
StringPrintf("%s.meta",
dump_basename
.c_str())),
Completed in 183 milliseconds