Home
last modified time | relevance | path

Searched refs:disable_all_ (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Doptions.h88 bool disable_all_ = false; // -w variable
Doptions.cpp698 disable_all_ = true; in Parse()
729 if (disable_all_ || disabled_.find(d.name) != disabled_.end()) { in GetDiagnosticMapping()