Searched refs:libraryPath (Results 1 – 2 of 2) sorted by relevance
63 __strong char *libraryPath; variable72 @property __strong char *libraryPath;
49 @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