Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command_executor.cpp131 std::string firstCommand = ""; in CheckCommand() local
132 iss >> firstCommand; in CheckCommand()
133 …if (ShellCommandConfigLoader::commands_.find(firstCommand) != ShellCommandConfigLoader::commands_.… in CheckCommand()