Searched refs:ForkExecV (Results 1 - 3 of 3) sorted by relevance

/external/vboot_reference/cgpt/
H A Dcgpt_nor.h18 int ForkExecV(const char *cwd, const char *const argv[]);
20 // Similar to ForkExecV but with a vararg instead of an array of pointers.
H A Dcgpt_nor.c49 int ForkExecV(const char *cwd, const char *const argv[]) { function
89 int ret = ForkExecV(cwd, argv);
H A Dcgpt_wrapper.c118 i = ForkExecV(NULL, my_argv);

Completed in 73 milliseconds