Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp210 int PropertiesHelper::strict_run_ = -1; member in android::os::dumpstate::PropertiesHelper
242 if (strict_run_ == -1) { in IsStrictRun()
244 strict_run_ = android::base::GetBoolProperty("dumpstate.strict_run", true) ? 1 : 0; in IsStrictRun()
246 return strict_run_ == 1; in IsStrictRun()
DDumpstateUtil.h209 static int strict_run_; variable