Home
last modified time | relevance | path

Searched refs:iconpath (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/distutils/
Dbuiltdist.rst432 .. function:: create_shortcut(target, description, filename[, arguments[, workdir[, iconpath[, icon…
438 for the program. *iconpath* is the file containing the icon for the shortcut,
439 and *iconindex* is the index of the icon in the file *iconpath*. Again, for
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c483 char *iconpath = NULL; in CreateShortcut() local
503 &arguments, &workdir, &iconpath, &iconindex)) in CreateShortcut()
549 if (iconpath) { in CreateShortcut()
550 hr = ps1->lpVtbl->SetIconLocation(ps1, iconpath, iconindex); in CreateShortcut()