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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_win.c 67 static char *GetPythonImport (HINSTANCE hModule)
257 import_python = GetPythonImport(hDLL);
  /external/python/cpython2/Python/
dynload_win.c 67 static char *GetPythonImport (HINSTANCE hModule)
257 import_python = GetPythonImport(hDLL);
  /external/python/cpython3/Python/
dynload_win.c 80 static char *GetPythonImport (HINSTANCE hModule)
293 import_python = GetPythonImport(hDLL);

Completed in 206 milliseconds