Searched defs:execv (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/bionic/ | ||
D | exec.cpp | 99 int execv(const char* name, char* const* argv) { in execv() function |
/bionic/tests/ | ||
D | unistd_test.cpp | 1325 TEST(UNISTD_TEST, execv) { in TEST() argument |