Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dmain.cpp45 int IsRegisterCommand(string &outCommand, const char *cmd, const char *cmdnext) in IsRegisterCommand() function
136 … resultChild = IsRegisterCommand(outCommand, argv[i], (i == argc - 1) ? nullptr : argv[i + 1]); in SplitOptionAndCommand()