Searched refs:libraryPath (Results 1 – 4 of 4) sorted by relevance
64 __strong char *libraryPath; variable73 @property __strong char *libraryPath;
50 @synthesize libraryPath, frameworkPath;200 if (libraryPath) {201 sprintf(lpath, "DYLD_LIBRARY_PATH=%s", libraryPath);628 char *libraryPath = getenv("DYLD_LIBRARY_PATH");642 libraryPath = argv[1];712 line.libraryPath = libraryPath; // tell generators about it instead XXX
565 const char* libraryPath = DE_NULL; in create() local570 libraryPath = DEQP_GLES2_LIBRARY_PATH; in create()572 libraryPath = DEQP_GLES3_LIBRARY_PATH; in create()575 libraryPath = DEQP_OPENGL_LIBRARY_PATH; in create()577 m_dynamicGLLibrary = new de::DynamicLibrary(libraryPath); in create()
804 my $libraryPath = "$configurationProductDir/.libs/" . $libraryName . $extension;805 return $libraryPath if -e $libraryPath;