Searched refs:crash_path_zipped (Results 1 - 1 of 1) sorted by relevance

/system/core/crash_reporter/
H A Dudev_collector.cc127 FilePath crash_path_zipped = FilePath(crash_path.value() + ".gz"); local
129 if (process_result != 0 || !base::PathExists(crash_path_zipped))
130 LOG(ERROR) << "Could not create zip file " << crash_path_zipped.value();
132 crash_path = crash_path_zipped;

Completed in 85 milliseconds