Home
last modified time | relevance | path

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

/system/core/adb/
Dservices.cpp242 static int create_subproc_pty(const char *cmd, const char *arg0, const char *arg1, pid_t *pid) in create_subproc_pty() function
396 ret_fd = create_subproc_pty(SHELL_COMMAND, arg0, arg1, &pid); in create_subproc_thread()