Home
last modified time | relevance | path

Searched refs:RunElf (Results 1 - 7 of 7) sorted by relevance

/test/xts/acts/kernel_lite/dyload_posix/
H A DExecveTest.cpp38 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 DDlopenApiTest.cpp40 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 DDlopenTest.cpp249 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 Dutils.h93 int RunElf(const char* fname, char* const argv[], char* const envp[], int timeoutSec = 5);
H A Dutils.cpp194 int RunElf(const char *fname, char * const argv[], char * const envp[], int timeoutSec) in RunElf() function
/test/xts/acts/kernel_lite/utils/
H A Dutils.h135 int RunElf(const char* fname, char* const argv[], char* const envp[], int timeoutSec = 5);
H A Dutils.cpp126 int RunElf(const char *fname, char * const argv[], char * const envp[], int timeoutSec) in RunElf() function

Completed in 3 milliseconds