Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h157 static std::string VERSION_CURRENT = "2.0"; variable
450 std::string version_ = VERSION_CURRENT;
538 explicit Dumpstate(const std::string& version = VERSION_CURRENT);
Ddumpstate.cpp2569 version_ = VERSION_CURRENT; in RunInternal()
2572 if (version_ != VERSION_CURRENT && version_ != VERSION_SPLIT_ANR) { in RunInternal()
2574 version_.c_str(), VERSION_DEFAULT.c_str(), VERSION_CURRENT.c_str(), in RunInternal()
2988 static Dumpstate singleton_(android::base::GetProperty("dumpstate.version", VERSION_CURRENT)); in GetInstance()