Lines Matching refs:sCommandFile
986 String sCommandFile = generateInitFile(); in X_PARAM() local
988 …::std::auto_ptr<SvStream> pFileStream( UcbStreamHelper::CreateStream(sCommandFile,STREAM_STD_READW… in X_PARAM()
1020 OProcess aApp(sCommandFile ,m_sDbWorkURL); in X_PARAM()
1027 if(UCBContentHelper::Exists(sCommandFile)) in X_PARAM()
1028 UCBContentHelper::Kill(sCommandFile); in X_PARAM()
1191 String sCommandFile = generateInitFile(); in XUTIL() local
1194 …::std::auto_ptr<SvStream> pFileStream( UcbStreamHelper::CreateStream(sCommandFile,STREAM_STD_READW… in XUTIL()
1217 OProcess aApp(sCommandFile ,m_sDbWorkURL); in XUTIL()
1224 if(UCBContentHelper::Exists(sCommandFile)) in XUTIL()
1225 UCBContentHelper::Kill(sCommandFile); in XUTIL()
1245 String sCommandFile = generateInitFile(); in LoadBatch() local
1247 …::std::auto_ptr<SvStream> pFileStream( UcbStreamHelper::CreateStream(sCommandFile,STREAM_STD_READW… in LoadBatch()
1274 OProcess aApp(sCommandFile ,m_sDbWorkURL); in LoadBatch()
1281 if(UCBContentHelper::Exists(sCommandFile)) in LoadBatch()
1282 UCBContentHelper::Kill(sCommandFile); in LoadBatch()
1437 String sCommandFile = generateInitFile(); in X_CONS() local
1439 …::std::auto_ptr<SvStream> pFileStream( UcbStreamHelper::CreateStream(sCommandFile,STREAM_STD_READW… in X_CONS()
1456 OProcess aApp(sCommandFile ,m_sDbWorkURL); in X_CONS()
1459 if(UCBContentHelper::Exists(sCommandFile)) in X_CONS()
1460 UCBContentHelper::Kill(sCommandFile); in X_CONS()
1520 String sCommandFile = generateInitFile(); in isVersion() local
1522 …::std::auto_ptr<SvStream> pFileStream( UcbStreamHelper::CreateStream(sCommandFile,STREAM_STD_READW… in isVersion()
1536 OProcess aApp(sCommandFile ,m_sDbWorkURL); in isVersion()
1539 if(UCBContentHelper::Exists(sCommandFile)) in isVersion()
1540 UCBContentHelper::Kill(sCommandFile); in isVersion()
1570 String sCommandFile = generateInitFile(); in checkAndInsertNewDevSpace() local
1572 …::std::auto_ptr<SvStream> pFileStream( UcbStreamHelper::CreateStream(sCommandFile,STREAM_STD_READW… in checkAndInsertNewDevSpace()
1586 OProcess aApp(sCommandFile ,m_sDbWorkURL); in checkAndInsertNewDevSpace()
1589 if(UCBContentHelper::Exists(sCommandFile)) in checkAndInsertNewDevSpace()
1590 UCBContentHelper::Kill(sCommandFile); in checkAndInsertNewDevSpace()
1620 String sCommandFile = generateInitFile(); in isKernelVersion() local
1622 …::std::auto_ptr<SvStream> pFileStream( UcbStreamHelper::CreateStream(sCommandFile,STREAM_STD_READW… in isKernelVersion()
1631 OProcess aApp(sCommandFile ,m_sDbWorkURL); in isKernelVersion()
1634 if(UCBContentHelper::Exists(sCommandFile)) in isKernelVersion()
1635 UCBContentHelper::Kill(sCommandFile); in isKernelVersion()
1731 String sCommandFile = generateInitFile(); in installSystemTables()
1733 …::std::auto_ptr<SvStream> pFileStream( UcbStreamHelper::CreateStream(sCommandFile,STREAM_STD_READW… in installSystemTables()
1759 OProcess aApp(sCommandFile ,m_sDbWorkURL); in installSystemTables()
1762 if(UCBContentHelper::Exists(sCommandFile)) in installSystemTables()
1763 UCBContentHelper::Kill(sCommandFile); in installSystemTables()
1781 String sCommandFile = m_sDbWorkURL; in convertOldVersion() local
1782 sCommandFile += String::CreateFromAscii("/xparam.prt"); in convertOldVersion()
1783 if ( UCBContentHelper::Exists(sCommandFile) ) in convertOldVersion()
1784 UCBContentHelper::Kill(sCommandFile); in convertOldVersion()
1787 if ( UCBContentHelper::Exists(sCommandFile) ) in convertOldVersion()
1790 …::std::auto_ptr<SvStream> pFileStream( UcbStreamHelper::CreateStream(sCommandFile,STREAM_STD_READ)… in convertOldVersion()
1799 UCBContentHelper::Kill(sCommandFile); in convertOldVersion()
1806 UCBContentHelper::Kill(sCommandFile); in convertOldVersion()