Searched refs:os_exec (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | browser-wpadebug.c | 130 if (os_exec("/system/bin/am", in hs20_web_browser()
|
D | os_none.c | 245 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() function
|
D | os_win32.c | 282 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() function
|
D | os.h | 636 int os_exec(const char *program, const char *arg, int wait_completion);
|
D | os_internal.c | 509 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() function
|
D | os_unix.c | 828 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec() function
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd_cli.c | 286 res = os_exec(program, arg, 1); in hostapd_cli_exec()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_cli.c | 4109 res = os_exec(program, arg, 1); in wpa_cli_exec()
|