Searched refs:dll_path (Results 1 – 6 of 6) sorted by relevance
/external/python/cffi/testing/cffi0/ |
D | test_ownlib.py | 122 dll_path = str(udir) + '\\testownlib1.dll' # only ascii for the ctypes backend 124 dll_path = str(udir) + '\\' + (u+'testownlib\u03be.dll') # non-ascii char 125 if os.path.exists(dll_path): 126 cls.module = dll_path 147 os.rename(str(udir) + '\\testownlib.dll', dll_path) 148 cls.module = dll_path
|
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 229 std::wstring dll_path = root_path + L".dll"; in TEST_P() local 231 dll_path + L"\""; in TEST_P()
|
/external/python/cpython2/Tools/msi/ |
D | msi.py | 135 def build_mingw_lib(dll_path, def_file, dll_file, mingw_lib): argument 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)
|
/external/sonivox/jet_tools/JetCreator/ |
D | eas.py | 131 def InitEASModule (dll_path=None): argument 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): argument 553 InitEASModule(dll_path)
|
/external/webrtc/examples/unityplugin/ |
D | ANDROID_INSTRUCTION | 14 …rapper script for the native plugin libjingle_peerconnection_so.so, the dll_path should be set to …
|
/external/python/cpython3/Lib/test/ |
D | pythoninfo.py | 717 dll_path = _winapi.GetModuleFileName(sys.dllhandle) 718 info_add('windows.dll_path', dll_path)
|