Home
last modified time | relevance | path

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

/system/core/storaged/include/
Dstoraged_uid_monitor.h97 const bool enabled_; variable
124 bool enabled() { return enabled_; }; in enabled()
/system/tools/aidl/
Doptions.cpp704 enabled_.insert(arg + strlen("-W")); in Parse()
710 for (const auto& names : {no_errors_, disabled_, enabled_}) { in Parse()
726 if (enable_all_ || enabled_.find(d.name) != enabled_.end()) { in GetDiagnosticMapping()
Doptions.h89 std::set<std::string> enabled_; // -Wfoo variable
/system/core/storaged/
Dstoraged_uid_monitor.cpp539 : enabled_(!access(UID_IO_STATS_PATH, R_OK)) { in uid_monitor()