Lines Matching refs:iniName
426 OUString iniName (getIniFileName_Impl()); in get_static_bootstrap_handle() local
428 rtl_bootstrap_args_open( iniName.pData ) ); in get_static_bootstrap_handle()
431 Bootstrap_Impl * that = new Bootstrap_Impl( iniName ); in get_static_bootstrap_handle()
639 OUString iniName( pIniName ); in rtl_bootstrap_args_open() local
644 if (DirectoryItem::E_None != DirectoryItem::get( iniName, dirItem ) || in rtl_bootstrap_args_open()
649 iniName = status.getFileURL(); in rtl_bootstrap_args_open()
654 bootstrap_map::t::const_iterator iFind( p_bootstrap_map->find( iniName ) ); in rtl_bootstrap_args_open()
659 that = new Bootstrap_Impl( iniName ); in rtl_bootstrap_args_open()
662 iFind = p_bootstrap_map->find( iniName ); in rtl_bootstrap_args_open()
668 bootstrap_map::t::value_type( iniName, that ) ) ); in rtl_bootstrap_args_open()
764 const OUString & iniName = getIniFileName_Impl(); in rtl_bootstrap_get_iniName_from_handle() local
765 rtl_uString_assign(ppIniName, iniName.pData); in rtl_bootstrap_get_iniName_from_handle()