Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dflag_parser.cpp135 static bool LikelyFlag(const std::string& next_arg) { in LikelyFlag() function
163 if (!next_arg || LikelyFlag(*next_arg)) { in Process()