Home
last modified time | relevance | path

Searched refs:dylib_path (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Darwin/
H A Dinit_for_dlopen.cpp31 const char *dylib_path = argv[1]; in main() local
32 void *handle = dlopen(dylib_path, RTLD_LAZY); in main()