Home
last modified time | relevance | path

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

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h64 __strong char *libraryPath; variable
73 @property __strong char *libraryPath;
Dtestfilerunner.m50 @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
/external/deqp/framework/egl/
DegluGLContextFactory.cpp565 const char* libraryPath = DE_NULL; in create() local
570 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()
/external/chromium_org/third_party/WebKit/Tools/Scripts/
Dwebkitdirs.pm804 my $libraryPath = "$configurationProductDir/.libs/" . $libraryName . $extension;
805 return $libraryPath if -e $libraryPath;