Searched refs:ARG_DUMP_DISPLAY (Results 1 – 2 of 2) sorted by relevance
37 const std::string ARG_DUMP_DISPLAY = "-d"; variable144 } else if (args[0] == ARG_DUMP_DISPLAY && args[1] == ARG_DUMP_ALL) { in DumpInfo()149 } else if (args[0] == ARG_DUMP_DISPLAY && IsValidDigitString(args[1])) { in DumpInfo()
117 const std::string ARG_DUMP_DISPLAY = "-d"; variable