Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h156 static std::string VERSION_CURRENT = "2.0"; variable
418 std::string version_ = VERSION_CURRENT;
500 explicit Dumpstate(const std::string& version = VERSION_CURRENT);
Ddumpstate.cpp2589 version_ = VERSION_CURRENT; in RunInternal()
2592 if (version_ != VERSION_CURRENT && version_ != VERSION_SPLIT_ANR) { in RunInternal()
2594 version_.c_str(), VERSION_DEFAULT.c_str(), VERSION_CURRENT.c_str(), in RunInternal()
2976 static Dumpstate singleton_(android::base::GetProperty("dumpstate.version", VERSION_CURRENT)); in GetInstance()