Home
last modified time | relevance | path

Searched refs:libpath (Results 1 - 15 of 15) sorted by relevance

/third_party/libwebsockets/lib/plat/unix/
H A Dunix-plugins.c35 lws_plat_dlopen(struct lws_plugin **pplugin, const char *libpath, in lws_plat_dlopen() argument
49 lwsl_info(" trying %s\n", libpath); in lws_plat_dlopen()
51 l = dlopen(libpath, RTLD_NOW); in lws_plat_dlopen()
68 __func__, sym, libpath, dlerror()); in lws_plat_dlopen()
74 __func__, libpath, hdr->api_magic, in lws_plat_dlopen()
113 lwsl_notice(" %s\n", libpath); in lws_plat_dlopen()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-plugins.c37 lws_plat_dlopen(struct lws_plugin **pplugin, const char *libpath, in lws_plat_dlopen() argument
51 if (uv_dlopen(libpath, &lib)) { in lws_plat_dlopen()
69 __func__, path, libpath, lib.errmsg); in lws_plat_dlopen()
76 __func__, libpath, hdr->api_magic, in lws_plat_dlopen()
/third_party/python/Lib/test/
H A Dtest_sysconfig.py149 libpath = os.path.join('lib',
156 libpath = os.path.join(sys.prefix, libpath)
159 self.assertEqual(libpath, sysconfig.get_path('purelib', scheme='posix_venv'))
171 libpath = os.path.join('Lib', 'site-packages')
176 libpath = os.path.join(sys.prefix, libpath)
180 self.assertEqual(libpath, sysconfig.get_path('purelib', scheme='nt_venv'))
H A Dtest_site.py609 libpath = test.support.STDLIB_DIR
630 libpath = test.support.STDLIB_DIR
634 *[libpath for _ in range(200)],
659 libpath = test.support.STDLIB_DIR
663 *[libpath for _ in range(200)],
677 libpath,
684 libpath = test.support.STDLIB_DIR
688 *[libpath for _ in range(200)],
702 libpath,
H A Dtest_trace.py385 libpath = os.path.normpath(os.path.dirname(os.path.dirname(__file__)))
388 libpath], trace=0, count=1)
/third_party/python/Lib/ctypes/
H A Dutil.py304 libpath = os.environ.get('LD_LIBRARY_PATH')
305 if libpath:
306 for d in libpath.split(':'):
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H A Dbuild_win32.bat6 @set LIBS=/LIBPATH:%SDL2_DIR%\lib\x86 /libpath:%VULKAN_SDK%\lib32 SDL2.lib SDL2main.lib shell32.lib vulkan-1.lib
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H A Dbuild_win32.bat6 @set LIBS=/LIBPATH:..\libs\glfw\lib-vc2010-32 /libpath:%VULKAN_SDK%\lib32 glfw3.lib opengl32.lib gdi32.lib shell32.lib vulkan-1.lib
H A Dbuild_win64.bat5 @set LIBS=/LIBPATH:..\libs\glfw\lib-vc2010-64 /libpath:%VULKAN_SDK%\lib glfw3.lib opengl32.lib gdi32.lib shell32.lib vulkan-1.lib
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dnmake.mak179 LFLAGS = /libpath:"$(WINPCAPDIR)\Lib" /libpath:"$(OPENSSLDIR)\lib"
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dnmake.mak179 LFLAGS = /libpath:"$(WINPCAPDIR)\Lib" /libpath:"$(OPENSSLDIR)\lib"
/third_party/python/Lib/venv/
H A D__init__.py142 libpath = self._venv_path(env_dir, 'purelib')
146 create_if_needed(libpath)
/third_party/node/
H A Dconfigure.py264 shared_optgroup.add_argument('--shared-http-parser-libpath',
286 shared_optgroup.add_argument('--shared-libuv-libpath',
308 shared_optgroup.add_argument('--shared-nghttp2-libpath',
330 shared_optgroup.add_argument('--shared-nghttp3-libpath',
352 shared_optgroup.add_argument('--shared-ngtcp2-libpath',
374 shared_optgroup.add_argument('--shared-openssl-libpath',
396 shared_optgroup.add_argument('--shared-zlib-libpath',
418 shared_optgroup.add_argument('--shared-brotli-libpath',
440 shared_optgroup.add_argument('--shared-cares-libpath',
1504 # libpath need
[all...]
/third_party/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h1148 lws_plat_dlopen(struct lws_plugin **pplugin, const char *libpath,
/third_party/ffmpeg/
H A Dconfigure4596 -L*) echo -libpath:${flag#-L} ;;
4804 _ld_path='-libpath:'
4822 _ld_path='-libpath:'
4844 _ld_path='-libpath:'

Completed in 18 milliseconds