OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kernel_crash_path
(Results
1 - 2
of
2
) sorted by null
/system/core/crash_reporter/
kernel_warning_collector.cc
90
FilePath
kernel_crash_path
= root_crash_directory.Append(
local
96
if (WriteNewFile(
kernel_crash_path
,
101
<<
kernel_crash_path
.value().c_str();
109
kExecName,
kernel_crash_path
.value());
111
LOG(INFO) << "Stored kernel warning into " <<
kernel_crash_path
.value();
kernel_collector.cc
577
FilePath
kernel_crash_path
= root_crash_directory.Append(
local
583
if (WriteNewFile(
kernel_crash_path
,
588
<<
kernel_crash_path
.value().c_str();
597
kernel_crash_path
.value());
599
LOG(INFO) << "Stored kcrash to " <<
kernel_crash_path
.value();
Completed in 80 milliseconds