Home
last modified time | relevance | path

Searched defs:execle (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dexec.cpp84 int execle(const char* name, const char* arg, ...) { in execle() function
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dlibc_wrappers.cc136 extern "C" int execle(const char* path, const char* arg, ...) { in execle() function
/aosp12/bionic/tests/
H A Dunistd_test.cpp1392 TEST(UNISTD_TEST, execle) { in TEST() argument