Searched refs:libpath (Results 1 - 15 of 15) sorted by relevance
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-plugins.c | 35 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 D | windows-plugins.c | 37 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 D | test_sysconfig.py | 149 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 D | test_site.py | 609 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 D | test_trace.py | 385 libpath = os.path.normpath(os.path.dirname(os.path.dirname(__file__))) 388 libpath], trace=0, count=1)
|
/third_party/python/Lib/ctypes/ |
H A D | util.py | 304 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 D | build_win32.bat | 6 @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 D | build_win32.bat | 6 @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 D | build_win64.bat | 5 @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 D | nmake.mak | 179 LFLAGS = /libpath:"$(WINPCAPDIR)\Lib" /libpath:"$(OPENSSLDIR)\lib"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | nmake.mak | 179 LFLAGS = /libpath:"$(WINPCAPDIR)\Lib" /libpath:"$(OPENSSLDIR)\lib"
|
/third_party/python/Lib/venv/ |
H A D | __init__.py | 142 libpath = self._venv_path(env_dir, 'purelib') 146 create_if_needed(libpath)
|
/third_party/node/ |
H A D | configure.py | 264 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 D | private-lib-core-net.h | 1148 lws_plat_dlopen(struct lws_plugin **pplugin, const char *libpath,
|
/third_party/ffmpeg/ |
H A D | configure | 4596 -L*) echo -libpath:${flag#-L} ;; 4804 _ld_path='-libpath:' 4822 _ld_path='-libpath:' 4844 _ld_path='-libpath:'
|
Completed in 18 milliseconds