Home
last modified time | relevance | path

Searched refs:output_path (Results 1 – 2 of 2) sorted by relevance

/device/google/dragon/crash_collector/
Dcoredump_writer.h78 const std::string& output_path);
84 const std::string& output_path);
Dcoredump_writer.cc363 const std::string& output_path) { in WriteAuxv() argument
376 output_path.c_str(), O_WRONLY | O_CREAT | O_CLOEXEC | O_EXCL, in WriteAuxv()
379 ALOGE("Failed to open %s", output_path.c_str()); in WriteAuxv()
389 const std::string& output_path) { in WriteMaps() argument
391 output_path.c_str(), O_WRONLY | O_CREAT | O_CLOEXEC | O_EXCL, in WriteMaps()
394 ALOGE("Failed to open %s", output_path.c_str()); in WriteMaps()