Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dutils.hpp115 auto argArray = internal::constructArgv(path, std::forward<Arg>(args)...); in execute() local
117 return internal::executeCmd(argArray.data()); in execute()