HomeSort by relevance Sort by last modified time
    Searched refs:dll_path (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/base/
latebindingsymboltable.h 50 bool LoadFromPath(const char *dll_path);
latebindingsymboltable.cc 83 bool LateBindingSymbolTable::LoadFromPath(const char *dll_path) {
95 handle_ = dlopen(dll_path,
117 LOG(LS_WARNING) << "Can't load " << dll_path << ": "
  /external/python/cpython3/Include/internal/
pystate.h 45 wchar_t *dll_path; member in struct:__anon37086
  /external/python/cpython3/PC/
getpathp.c 513 wchar_t dll_path[MAXPATHLEN+1]; local
514 memset(dll_path, 0, sizeof(dll_path));
519 if (!GetModuleFileNameW(PyWin_DLLhModule, dll_path, MAXPATHLEN)) {
520 dll_path[0] = 0;
524 dll_path[0] = 0;
527 config->dll_path = _PyMem_RawWcsdup(dll_path);
528 if (config->dll_path == NULL) {
670 if (config->dll_path[0])
    [all...]
  /external/python/cpython3/Python/
pathconfig.c 34 CLEAR(config->dll_path);
64 or dll_path (Windows), and module_search_path */
147 new_config.dll_path = _PyMem_RawWcsdup(L"");
  /external/python/cpython2/Tools/msi/
msi.py 135 def build_mingw_lib(dll_path, def_file, dll_file, mingw_lib):
144 gendef_command = '%s - %s' % (gendef, dll_path)
170 dll_path = os.path.join(srcdir, PCBUILD, "python%s%s.dll" % (major, minor)) variable
178 dll_path = os.path.join(srcdir, PCBUILD, dll_file) variable
179 msilib.set_arch_from_file(dll_path)
180 if msilib.pe_type(dll_path) != msilib.pe_type("msisupport.dll"):
190 have_mingw = build_mingw_lib(dll_path, def_file, dll_file, mingw_lib)
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 131 def InitEASModule (dll_path=None):
141 if dll_path is None:
142 dll_path=EAS_DLL_PATH
146 eas_dll = cdll.LoadLibrary(dll_path)
551 def __init__ (self, handle=None, dll_path=None, log_file=None):
553 InitEASModule(dll_path)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py 180 dll_path = os.path.join(srcdir, PCBUILD, dll_file) variable
181 msilib.set_arch_from_file(dll_path)
182 if msilib.pe_type(dll_path) != msilib.pe_type("msisupport.dll"):
    [all...]

Completed in 844 milliseconds