Searched refs:VEC_SO_PATH (Results 1 – 2 of 2) sorted by relevance
| /developtools/profiler/device/plugins/native_hook/test/ |
| D | statistics_test.cpp | 46 const std::vector<std::string> VEC_SO_PATH { "/system/lib/liba.z.so", "/system/lib/libb.z.so" }; variable 48 const std::vector<std::string> VEC_SO_PATH { "/system/lib64/liba.z.so", "/system/lib64/libb.z.so" }; variable 199 DlopenAndCloseSo(VEC_SO_PATH[0], MALLOC_SIZE * DOUBLE); in Fun3() 235 DlopenAndCloseSo(VEC_SO_PATH[1], MALLOC_SIZE * 3); // 3: multiple num in Fun5() 309 VEC_SO_PATH[0].data(), VEC_SO_PATH[1].data()); in main()
|
| /developtools/profiler/device/plugins/native_hook/test/unittest/ |
| D | check_hook_data_test.cpp | 262 const std::vector<std::string> VEC_SO_PATH { DEFAULT_LIBA_PATH, DEFAULT_LIBB_PATH}; in StartDlopenProcess() local 268 DlopenAndCloseSo(VEC_SO_PATH[0], LIBA_MALLOC_SIZE, unwindDepth_); in StartDlopenProcess() 269 DlopenAndCloseSo(VEC_SO_PATH[1], LIBB_MALLOC_SIZE, unwindDepth_); in StartDlopenProcess()
|