Searched refs:ExeTable (Results 1 – 1 of 1) sorted by relevance
49 const char *ExeTable[][5] = { variable452 ByteString sExtension( ExeTable[ nIndex ][ 0 ] ); in WorkOnDirectory()453 ByteString sExecutable( ExeTable[ nIndex ][ 1 ] ); in WorkOnDirectory()454 ByteString sParameter( ExeTable[ nIndex ][ 2 ] ); in WorkOnDirectory()468 sExtension = ExeTable[ nIndex ][ 0 ]; in WorkOnDirectory()469 sExecutable = ExeTable[ nIndex ][ 1 ]; in WorkOnDirectory()470 sParameter = ExeTable[ nIndex ][ 2 ]; in WorkOnDirectory()471 sCollectMode = ExeTable[ nIndex ][ 3 ]; in WorkOnDirectory()537 ByteString sCandidate( ExeTable[ nIndex ][ 0 ] ); in MergeSingleFile()540 sCandidate = ExeTable[ ++nIndex ][ 0 ]; in MergeSingleFile()[all …]
Completed in 41 milliseconds