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

/system/core/crash_reporter/
H A Dkernel_warning_collector.cc83 if (!GetCreatedCrashDirectoryByEuid(kRootUid, &root_crash_directory,
H A Dcrash_collector.h82 // GetCreatedCrashDirectoryByEuid.
100 bool GetCreatedCrashDirectoryByEuid(uid_t euid,
H A Dudev_collector.cc75 if (!GetCreatedCrashDirectoryByEuid(0, &crash_directory, nullptr)) {
H A Duser_collector.cc183 if (!GetCreatedCrashDirectoryByEuid(0, &crash_path, nullptr)) {
345 if (!GetCreatedCrashDirectoryByEuid(uid, crash_file_path, out_of_capacity)) {
H A Dcrash_collector.cc186 bool CrashCollector::GetCreatedCrashDirectoryByEuid(uid_t euid, function in class:CrashCollector
H A Dkernel_collector.cc569 if (!GetCreatedCrashDirectoryByEuid(kRootUid,

Completed in 767 milliseconds