Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h63 __strong char *libraryPath; variable
72 @property __strong char *libraryPath;
H A Dtestfilerunner.m49 @synthesize libraryPath, frameworkPath;
199 if (libraryPath) {
200 sprintf(lpath, "DYLD_LIBRARY_PATH=%s", libraryPath);
627 char *libraryPath = getenv("DYLD_LIBRARY_PATH");
641 libraryPath = argv[1];
711 line.libraryPath = libraryPath; // tell generators about it instead XXX