Searched refs:RunElf (Results 1 - 7 of 7) sorted by relevance
/test/xts/acts/kernel_lite/dyload_posix/ |
H A D | ExecveTest.cpp | 38 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F() 50 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F() 84 rt = RunElf(testELF1, NULL, NULL);
in HWTEST_F() 87 rt = RunElf("./executor3", NULL, NULL);
in HWTEST_F() 89 rt = RunElf("../data/executor3", NULL, NULL);
in HWTEST_F() 92 rt = RunElf("../executor2", NULL, NULL);
in HWTEST_F() 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() 141 rt = RunElf(resEL in HWTEST_F() [all...] |
H A D | DlopenApiTest.cpp | 40 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F() 72 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F() 92 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F()
|
H A D | DlopenTest.cpp | 249 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F() 277 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F()
|
/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
H A D | utils.h | 93 int RunElf(const char* fname, char* const argv[], char* const envp[], int timeoutSec = 5);
|
H A D | utils.cpp | 194 int RunElf(const char *fname, char * const argv[], char * const envp[], int timeoutSec)
in RunElf() function
|
/test/xts/acts/kernel_lite/utils/ |
H A D | utils.h | 135 int RunElf(const char* fname, char* const argv[], char* const envp[], int timeoutSec = 5);
|
H A D | utils.cpp | 126 int RunElf(const char *fname, char * const argv[], char * const envp[], int timeoutSec)
in RunElf() function
|
Completed in 3 milliseconds