Home
last modified time | relevance | path

Searched refs:_iniName (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx315 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()
[all …]

Completed in 19 milliseconds