HomeSort by relevance Sort by last modified time
    Searched refs:asan_report_length (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/crash/app/
breakpad_linux_impl.h 48 unsigned asan_report_length; // Length of |asan_report_length|. member in struct:breakpad::BreakpadInfo
  /external/chromium_org/components/crash/browser/
crash_handler_host_linux.cc 313 info->asan_report_length = strlen(info->asan_report_str);
377 base::WriteFile(log_path, info->asan_report_str, info->asan_report_length);

Completed in 45 milliseconds