Home
last modified time | relevance | path

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

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h65 __strong char *frameworkPath; variable
74 @property __strong char *frameworkPath;
Dtestfilerunner.m50 @synthesize libraryPath, frameworkPath;
204 if (frameworkPath) {
205 sprintf(fpath, "DYLD_FRAMEWORK_PATH=%s", frameworkPath);
629 char *frameworkPath = getenv("DYLD_FRAMEWORK_PATH");
641 frameworkPath = argv[1];
711 line.frameworkPath = frameworkPath; // tell generators about it instead XXX