Searched refs:execle (Results 1 – 10 of 10) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | exec.cpp | 84 int execle(const char* name, const char* arg, ...) { in execle() function
|
/aosp12/hardware/google/camera/common/hal/hidl_service/ |
H A D | libc_wrappers.cc | 136 extern "C" int execle(const char* path, const char* arg, ...) { in execle() function
|
/aosp12/bionic/libc/include/ |
H A D | unistd.h | 98 int execle(const char* __path, const char* __arg0, ... /*, char* const* __envp */)
|
/aosp12/packages/modules/adb/daemon/ |
H A D | shell_service.cpp | 391 execle(_PATH_BSHELL, "-" _PATH_BSHELL, nullptr, cenv.data()); in ForkAndExec() 393 execle(_PATH_BSHELL, _PATH_BSHELL, "-c", command_.c_str(), nullptr, cenv.data()); in ForkAndExec()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | unistd_h.c | 304 FUNCTION(execle, int (*f)(const char*, const char*, ...)); in unistd_h()
|
/aosp12/system/core/debuggerd/handler/ |
H A D | debuggerd_handler.cpp | 404 execle(CRASH_DUMP_PATH, CRASH_DUMP_NAME, main_tid, pseudothread_tid, debuggerd_dump_type, in debuggerd_dispatch_pseudothread()
|
/aosp12/bionic/tests/ |
H A D | unistd_test.cpp | 1388 ASSERT_EQ(-1, execle("/", "/", nullptr, eth.GetEnv())); in TEST() 1392 TEST(UNISTD_TEST, execle) { in TEST() argument 1400 eth.Run([&]() { execle(BIN_DIR "printenv", "printenv", nullptr, eth.GetEnv()); }, 0, in TEST()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 207 execle
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 328 execle;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 328 execle;
|