Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h64 __strong char *frameworkPath; variable
73 @property __strong char *frameworkPath;
H A Dtestfilerunner.m49 @synthesize libraryPath, frameworkPath;
203 if (frameworkPath) {
204 sprintf(fpath, "DYLD_FRAMEWORK_PATH=%s", frameworkPath);
628 char *frameworkPath = getenv("DYLD_FRAMEWORK_PATH");
640 frameworkPath = argv[1];
710 line.frameworkPath = frameworkPath; // tell generators about it instead XXX