Home
last modified time | relevance | path

Searched defs:CrashReportAttributes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/vendor/generic/crash_report/src/
H A Dlib.rs51 pub struct CrashReportAttributes { struct
75 pub fn setup_crash_reporting(mut _attrs: CrashReportAttributes) -> Result<String> { in setup_crash_reporting() argument
/aosp_15_r20/external/crosvm/src/crosvm/sys/windows/
H A Dbroker.rs476 pub fn create_crash_report_attrs(cfg: &Config, product_type: &str) -> CrashReportAttributes { in create_crash_report_attrs()