OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_of_capacity
(Results
1 - 4
of
4
) sorted by null
/system/core/crash_reporter/
crash_collector.cc
188
bool *
out_of_capacity
) {
189
if (
out_of_capacity
) *
out_of_capacity
= false;
226
if (
out_of_capacity
) *
out_of_capacity
= true;
user_collector.h
155
bool *
out_of_capacity
);
166
uid_t supplied_ruid, bool *
out_of_capacity
);
user_collector.cc
306
bool *
out_of_capacity
) {
345
if (!GetCreatedCrashDirectoryByEuid(uid, crash_file_path,
out_of_capacity
)) {
484
bool *
out_of_capacity
) {
487
out_of_capacity
)) {
657
bool
out_of_capacity
= false;
local
659
ConvertAndEnqueueCrash(pid, exec, supplied_ruid, &
out_of_capacity
);
661
if (!
out_of_capacity
)
crash_collector.h
96
// |
out_of_capacity
| is not nullptr, it is set to indicate if the call
102
bool *
out_of_capacity
);
Completed in 54 milliseconds