Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dexec.cpp105 return execvpe(name, argv, environ); in execvp()
119 int execvpe(const char* name, char* const* argv, char* const* envp) { in execvpe() function
Dspawn.cpp175 return posix_spawn(pid, file, actions, attr, argv, env, execvpe); in posix_spawnp()
/bionic/tests/
Dunistd_test.cpp1448 ASSERT_EQ(-1, execvpe("this-does-not-exist", eth.GetArgs(), eth.GetEnv())); in TEST()
1453 TEST(UNISTD_TEST, execvpe) { in TEST() argument
1459 eth.Run([&]() { execvpe("echo", eth.GetArgs(), eth.GetEnv()); }, 0, "hello world\n"); in TEST()
1468 eth.Run([&]() { execvpe("printenv", eth.GetArgs(), eth.GetEnv()); }, 0, expected_output.c_str()); in TEST()
1484 ASSERT_EQ(-1, execvpe(basename(tf.path), eth.GetArgs(), eth.GetEnv())); in TEST()
1492 ASSERT_EQ(-1, execvpe(basename(tf.path), eth.GetArgs(), eth.GetEnv())); in TEST()
1497 eth.Run([&]() { execvpe(basename(tf.path), eth.GetArgs(), eth.GetEnv()); }, 0, "script\n"); in TEST()
1501 eth.Run([&]() { execvpe(basename(tf.path), eth.GetArgs(), eth.GetEnv()); }, 0, "script\n"); in TEST()
1505 eth.Run([&]() { execvpe(tf.path, eth.GetArgs(), eth.GetEnv()); }, 0, "script\n"); in TEST()
Ddl_test.cpp388 eth.Run([&]() { execvpe("readelf", eth.GetArgs(), eth.GetEnv()); }, 0, nullptr); in RelocationsTest()
/bionic/libc/include/
Dunistd.h94 int execvpe(const char* __file, char* const* __argv, char* const* __envp) __INTRODUCED_IN(21);
/bionic/docs/
Dstatus.md193 * <unistd.h> `dup3`, `execvpe`, `getpagesize`, `linkat`/`symlinkat`/`readlinkat`, `truncate`.
/bionic/tools/versioner/platforms/
Dlibc.map.txt333 execvpe; # introduced=21
/bionic/libc/
Dlibc.map.txt333 execvpe; # introduced=21