Home
last modified time | relevance | path

Searched refs:dllname (Results 1 – 6 of 6) sorted by relevance

/external/skia/gn/toolchain/
DBUILD.gn113 dllname = "{{output_dir}}/{{target_output_name}}{{output_extension}}"
114 libname = "${dllname}.lib"
115 pdbname = "${dllname}.pdb"
116 rspfile = "${dllname}.rsp"
118 …command = "$env_setup$bin/link.exe /nologo /IMPLIB:$libname /DLL /OUT:$dllname /PDB:$pdbname @$rsp…
120 dllname,
130 dllname,
/external/python/cpython2/Lib/logging/
Dhandlers.py960 def __init__(self, appname, dllname=None, logtype="Application"): argument
966 if not dllname:
967 dllname = os.path.split(self._welu.__file__)
968 dllname = os.path.split(dllname[0])
969 dllname = os.path.join(dllname[0], r'win32service.pyd')
970 self.dllname = dllname
972 self._welu.AddSourceToRegistry(appname, dllname, logtype)
/external/libusb/libusb/
DMakefile.am82 …$(AM_V_GEN)$(DLLTOOL) $(DLLTOOLFLAGS) --kill-at --input-def $(srcdir)/libusb-1.0.def --dllname $@ …
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c2440 char *dllname; in Run_RemoveScript() local
2446 dllname = strchr(line, '['); in Run_RemoveScript()
2447 if (!dllname) in Run_RemoveScript()
2449 ++dllname; in Run_RemoveScript()
2450 scriptname = strchr(dllname, ']'); in Run_RemoveScript()
/external/python/cpython2/Doc/library/
Dlogging.handlers.rst551 .. class:: NTEventLogHandler(appname, dllname=None, logtype='Application')
555 appropriate registry entry is created using this name. The *dllname* should give
/external/python/cpython2/Doc/install/
Dindex.rst1076 /cygwin/bin/dlltool --dllname python25.dll --def python25.def --output-lib libpython25.a