OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diagLogStarted
(Results
1 - 3
of
3
) sorted by null
/device/google/wahoo/dumpstate/
DumpstateDevice.cpp
142
bool
diagLogStarted
= android::base::GetBoolProperty(DIAG_MDLOG_STATUS_PROPERTY, false);
144
if (
diagLogStarted
) {
163
if (
diagLogStarted
) {
/device/google/bonito/dumpstate/
DumpstateDevice.cpp
168
bool
diagLogStarted
= android::base::GetBoolProperty(DIAG_MDLOG_STATUS_PROPERTY, false);
170
if (
diagLogStarted
) {
189
if (
diagLogStarted
) {
/device/google/crosshatch/dumpstate/
DumpstateDevice.cpp
165
bool
diagLogStarted
= android::base::GetBoolProperty( DIAG_MDLOG_STATUS_PROPERTY, false);
167
if (
diagLogStarted
) {
181
if (
diagLogStarted
) {
Completed in 261 milliseconds