Home
last modified time | relevance | path

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

/trunk/main/shell/source/unix/exec/
H A Dshellexec.cxx275 FILE *pLaunch = popen( aLaunchBuffer.makeStringAndClear().getStr(), "w" ); in execute() local
276 if ( pLaunch != NULL ) in execute()
278 if ( 0 == pclose( pLaunch ) ) in execute()

Completed in 20 milliseconds