Home
last modified time | relevance | path

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

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