Home | History | Annotate | Download | only in tests

Lines Matching refs:execvp

1348   ASSERT_EQ(-1, execvp("/", eth.GetArgs()));
1352 TEST(UNISTD_TEST, execvp) {
1355 // int execvp(const char* file, char* argv[]);
1356 eth.Run([&]() { execvp("echo", eth.GetArgs()); }, 0, "hello world\n");
1423 ASSERT_EQ(-1, execvp("/system/bin/does-not-exist", eth.GetArgs()));