Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DSunCommandLineLauncher.java153 String exePath = null; in launch() local
199 exePath = home + File.separator + "bin" + File.separator + exe; in launch()
201 exePath = exe; in launch()
204 if (hasWhitespace(exePath)) { in launch()
205 exePath = quote + exePath + quote; in launch()
216 String command = exePath + ' ' + in launch()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp306 TCHAR exePath[ MAX_PATH ] = TEXT( "" ); in InitInstance() local
310 nChars = GetModuleFileName( NULL, exePath, sizeof_array( exePath ) ); in InitInstance()
316 wsprintf( iconPath, L"%s,-%d", exePath, IDR_APPLET ); in InitInstance()
321 …, g_controlPanelCanonicalName, g_controlPanelCategory, localizedName, toolTip, iconPath, exePath ); in InitInstance()