Home
last modified time | relevance | path

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

/external/compiler-rt/test/asan/TestCases/Posix/
Dglobal-registration.c36 char *libsuffix = "-dynamic.so"; in main() local
37 char *libpath = malloc(strlen(argv[0]) + strlen(libsuffix) + 1); in main()
38 sprintf(libpath, "%s%s", argv[0], libsuffix); in main()