Lines Matching refs:_iniName
315 OUString _iniName; member
346 _iniName (rIniName) in Bootstrap_Impl()
364 OString sFile = OUStringToOString(_iniName, RTL_TEXTENCODING_ASCII_US); in Bootstrap_Impl()
369 if (_iniName.getLength() && in Bootstrap_Impl()
370 osl_File_E_None == osl_openFile(_iniName.pData, &handle, osl_File_OpenFlag_Read)) in Bootstrap_Impl()
402 OString file_tmp = OUStringToOString(_iniName, RTL_TEXTENCODING_ASCII_US); in Bootstrap_Impl()
499 _iniName.copy( in getValue()
500 0, std::max<sal_Int32>(0, _iniName.lastIndexOf('/'))).pData); in getValue()
701 p_bootstrap_map->find( that->_iniName )->second == that ); in rtl_bootstrap_args_close()
715 ::std::size_t erased = p_bootstrap_map->erase( that->_iniName ); in rtl_bootstrap_args_close()
760 rtl_uString_assign(ppIniName, pImpl->_iniName.pData); in rtl_bootstrap_get_iniName_from_handle()