Home
last modified time | relevance | path

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

/device/google/dragon/crash_collector/
Dcoredump_writer.h77 bool WriteAuxv(const std::vector<char>& note_buf,
Dcoredump_writer.cc181 if (!WriteAuxv(note_buf, proc_files_dir_ + "/auxv") || in WriteCoredumpToFD()
362 bool CoredumpWriter::WriteAuxv(const std::vector<char>& note_buf, in WriteAuxv() function in CoredumpWriter