Searched refs:execlp (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/kernel_lite/dyload_posix/ |
H A D | ExecApiTest.cpp | 54 * @tc.name execlp api test
63 int rt = execlp("executor2", "1", "!@#$%^&*()_+", NULL);
in HWTEST_F() 65 PANIC("execlp failed, errno=%d\n", errno);
in HWTEST_F()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | unistdndk.cpp | 969 backParam = execlp(pathname, firstParam);
in Execlp() 2217 {"execlp", nullptr, Execlp, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
Completed in 5 milliseconds