Searched refs:executable_path (Results 1 – 1 of 1) sorted by relevance
1864 char executable_path[BUFSIZE]; in build_shortcut() local1867 sprintf(executable_path, "%s\\%s", installdir, exename); in build_shortcut()1878 return create_shortcut(link_name, executable_path, 0, in build_shortcut()1879 executable_path, args, workingdir); in build_shortcut()