OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetUpInternal
(Results
1 - 2
of
2
) sorted by null
/system/core/crash_reporter/
user_collector.h
53
bool Enable() { return
SetUpInternal
(true); }
56
bool Disable() { return
SetUpInternal
(false); }
108
bool
SetUpInternal
(bool enabled);
user_collector.cc
121
bool UserCollector::
SetUpInternal
(bool enabled) {
Completed in 386 milliseconds