Searched refs:testELF (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/kernel_lite/dyload_posix/ |
H A D | DlopenApiTest.cpp | 38 char* testELF = RES_DIR_DYLOAD "api_dlopen_self";
in HWTEST_F() local 40 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F() 70 char* testELF = RES_DIR_DYLOAD "api_dlsym_self";
in HWTEST_F() local 72 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F() 90 char* testELF = RES_DIR_DYLOAD "api_dlsym_next";
in HWTEST_F() local 92 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F()
|
H A D | ExecveTest.cpp | 37 char* testELF = RES_DIR_DYLOAD "hello_nopie";
in HWTEST_F() local 38 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F() 49 char* testELF = RES_DIR_DYLOAD "hello_static";
in HWTEST_F() local 50 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F()
|
H A D | DlopenTest.cpp | 234 char* testELF = RES_DIR_DYLOAD "dyload_rpath_full";
in HWTEST_F() local 249 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F() 266 char* testELF = RES_DIR_DYLOAD "dyload_rpath_relative";
in HWTEST_F() local 277 int rt = RunElf(testELF, NULL, NULL);
in HWTEST_F()
|
Completed in 2 milliseconds