Home
last modified time | relevance | path

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

/tools/lib/subcmd/
Dexec-cmd.c20 const char *exec_path, const char *exec_path_env) in exec_cmd_init() argument
25 subcmd_config.exec_path_env = exec_path_env; in exec_cmd_init()
108 setenv(subcmd_config.exec_path_env, exec_path, 1); in set_argv_exec_path()
120 env = getenv(subcmd_config.exec_path_env); in get_argv_exec_path()
Dsubcmd-config.h8 const char *exec_path_env; member
Dsubcmd-config.c9 .exec_path_env = UNDEFINED,
Dexec-cmd.h5 const char *exec_path, const char *exec_path_env);