MCPcopy Create free account
hub / github.com/apache/nuttx / exec_spawn

Function exec_spawn

binfmt/binfmt_exec.c:193–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 ****************************************************************************/
192
193int exec_spawn(FAR const char *filename, FAR char * const *argv,
194 FAR char * const *envp, FAR const struct symtab_s *exports,
195 int nexports, FAR const posix_spawn_file_actions_t *actions,
196 FAR const posix_spawnattr_t *attr)
197{
198 return exec_internal(filename, argv, envp,
199 exports, nexports, actions, attr, true);
200}
201
202/****************************************************************************
203 * Name: exec

Callers 3

nx_start_applicationFunction · 0.85
nxposix_spawn_execFunction · 0.85
uart_launch_workerFunction · 0.85

Calls 1

exec_internalFunction · 0.85

Tested by

no test coverage detected