OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIAG_MDLOG_PERSIST_PROPERTY
(Results
1 - 3
of
3
) sorted by null
/device/google/wahoo/dumpstate/
DumpstateDevice.cpp
38
#define
DIAG_MDLOG_PERSIST_PROPERTY
"persist.sys.modem.diag.mdlog"
137
bool diagLogEnabled = android::base::GetBoolProperty(
DIAG_MDLOG_PERSIST_PROPERTY
, false);
/device/google/bonito/dumpstate/
DumpstateDevice.cpp
36
#define
DIAG_MDLOG_PERSIST_PROPERTY
"persist.vendor.sys.modem.diag.mdlog"
162
bool diagLogEnabled = android::base::GetBoolProperty(
DIAG_MDLOG_PERSIST_PROPERTY
, false);
/device/google/crosshatch/dumpstate/
DumpstateDevice.cpp
38
#define
DIAG_MDLOG_PERSIST_PROPERTY
"persist.vendor.sys.modem.diag.mdlog"
159
bool diagLogEnabled = android::base::GetBoolProperty(
DIAG_MDLOG_PERSIST_PROPERTY
, false);
Completed in 354 milliseconds