Home
last modified time | relevance | path

Searched refs:out_of_capacity (Results 1 – 4 of 4) sorted by relevance

/system/core/crash_reporter/
Dcrash_collector.cc188 bool *out_of_capacity) { in GetCreatedCrashDirectoryByEuid() argument
189 if (out_of_capacity) *out_of_capacity = false; in GetCreatedCrashDirectoryByEuid()
226 if (out_of_capacity) *out_of_capacity = true; in GetCreatedCrashDirectoryByEuid()
Duser_collector.cc306 bool *out_of_capacity) { in GetCreatedCrashDirectory() argument
345 if (!GetCreatedCrashDirectoryByEuid(uid, crash_file_path, out_of_capacity)) { in GetCreatedCrashDirectory()
484 bool *out_of_capacity) { in ConvertAndEnqueueCrash() argument
487 out_of_capacity)) { in ConvertAndEnqueueCrash()
657 bool out_of_capacity = false; in HandleCrash() local
659 ConvertAndEnqueueCrash(pid, exec, supplied_ruid, &out_of_capacity); in HandleCrash()
661 if (!out_of_capacity) in HandleCrash()
Duser_collector.h155 bool *out_of_capacity);
166 uid_t supplied_ruid, bool *out_of_capacity);
Dcrash_collector.h102 bool *out_of_capacity);