Home
last modified time | relevance | path

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

/trunk/main/shell/source/unix/exec/
H A Dshellexec.cxx140 static const char *pDesktopLaunch = getenv( "DESKTOP_LAUNCH" ); in execute() local
256 if ( pDesktopLaunch && *pDesktopLaunch ) in execute()
258 aLaunchBuffer.append( pDesktopLaunch ); in execute()
281 pDesktopLaunch = NULL; in execute()