Searched refs:iniFile (Results 1 – 7 of 7) sorted by relevance
120 String iniFile = ""; in getIniPath() local126 iniFile = args[i + 1]; in getIniPath()131 return iniFile; in getIniPath()140 String iniFile = ""; in getRunnerIniPath() local146 iniFile = args[i + 1]; in getRunnerIniPath()151 return iniFile; in getRunnerIniPath()
40 protected String iniFile = ""; field in CfgParser46 this.iniFile = ini; in CfgParser()54 if (iniFile.equals("")) in getIniParameters()66 cfg = getProperties(iniFile); in getIniParameters()
155 OUString iniFile; in getComponentContext() local168 iniFile = iniFileName.makeStringAndClear(); in getComponentContext()170 if( osl::DirectoryItem::get( iniFile, item ) == item.E_None ) in getComponentContext()174 ctx = cppu::defaultBootstrap_InitialComponentContext (iniFile); in getComponentContext()
465 OUString const & iniFile ) in defaultBootstrap_InitialComponentContext() argument468 Bootstrap bootstrap( iniFile ); in defaultBootstrap_InitialComponentContext()470 throw io::IOException(OUSTR("Cannot open for reading: ") + iniFile, 0); in defaultBootstrap_InitialComponentContext()
195 String iniFile = cli.getIniPath(args); in run() local198 CfgParser ini = new CfgParser(iniFile); in run()
88 String iniFile = cli.getIniPath(arguments); in execute() local91 CfgParser ini = new CfgParser(iniFile); in execute()
140 defaultBootstrap_InitialComponentContext(const ::rtl::OUString & iniFile) SAL_THROW( (::com::sun::s…
Completed in 34 milliseconds