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

  /system/core/crash_reporter/
kernel_warning_collector.cc 83 if (!GetCreatedCrashDirectoryByEuid(kRootUid, &root_crash_directory,
crash_collector.h 82 // GetCreatedCrashDirectoryByEuid.
100 bool GetCreatedCrashDirectoryByEuid(uid_t euid,
udev_collector.cc 75 if (!GetCreatedCrashDirectoryByEuid(0, &crash_directory, nullptr)) {
user_collector.cc 183 if (!GetCreatedCrashDirectoryByEuid(0, &crash_path, nullptr)) {
345 if (!GetCreatedCrashDirectoryByEuid(uid, crash_file_path, out_of_capacity)) {
crash_collector.cc 186 bool CrashCollector::GetCreatedCrashDirectoryByEuid(uid_t euid,
kernel_collector.cc 569 if (!GetCreatedCrashDirectoryByEuid(kRootUid,

Completed in 5074 milliseconds