Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/process_restarter/
Dparser.h29 static Result<Parser> ConsumeAndParse(std::vector<std::string>&);
Dparser.cc44 Result<Parser> Parser::ConsumeAndParse(std::vector<std::string>& args) { in ConsumeAndParse() function in cuttlefish::Parser
Dmain.cc76 auto parsed = CF_EXPECT(Parser::ConsumeAndParse(args)); in RunProcessRestarter()