Home
last modified time | relevance | path

Searched refs:resELF (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/kernel_lite/dyload_posix/
H A DExecveTest.cpp62 char* resELF = RES_DIR_DYLOAD "executor1"; in HWTEST_F() local
63 char* testELF1 = resELF; in HWTEST_F()
113 char* resELF = RES_DIR_DYLOAD "executor2"; in HWTEST_F() local
116 rt = RunElf(resELF, arg, NULL); in HWTEST_F()
121 rt = RunElf(resELF, arg2, NULL); in HWTEST_F()
126 rt = RunElf(resELF, arg3, NULL); in HWTEST_F()
138 char* resELF = RES_DIR_DYLOAD "executor2"; in HWTEST_F() local
141 rt = RunElf(resELF, NULL, arg); in HWTEST_F()
146 rt = RunElf(resELF, NULL, arg2); in HWTEST_F()
151 rt = RunElf(resELF, NUL in HWTEST_F()
[all...]
H A DExecApiTest.cpp37 char* resELF = RES_DIR_DYLOAD "executor2"; in HWTEST_F() local
42 int rt = execl(resELF, "1", "!@#$%^&*()_+", NULL); in HWTEST_F()
81 char* resELF = RES_DIR_DYLOAD "executor1"; in HWTEST_F() local
88 int rt = execle(resELF, "executor1", "-n", "NAME", "-v", "Bob", NULL, env); in HWTEST_F()
106 char* resELF = RES_DIR_DYLOAD "executor1"; in HWTEST_F() local
113 int rt = execv(resELF, arg); in HWTEST_F()

Completed in 2 milliseconds