Lines Matching refs:sExecutable
294 ByteString sExecutable( sPath1 ); in WorkOnFile() local
295 sExecutable += sDel ; in WorkOnFile()
296 sExecutable += sPath2 ; in WorkOnFile()
297 sExecutable += sDel; in WorkOnFile()
298 sExecutable += sPath3 ; in WorkOnFile()
299 sExecutable += sPath4 ; in WorkOnFile()
300 sExecutable += sDel ; in WorkOnFile()
301 sExecutable += rExecutable ; in WorkOnFile()
304 ByteString sCommand( sExecutable ); in WorkOnFile()
453 ByteString sExecutable( ExeTable[ nIndex ][ 1 ] ); in WorkOnDirectory() local
461 sExecutable, in WorkOnDirectory()
469 sExecutable = ExeTable[ nIndex ][ 1 ]; in WorkOnDirectory()