Home
last modified time | relevance | path

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

/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx353 boost::scoped_array<sal_Char> arTmp( new sal_Char[m_nDataSize]); in run() local
354 memcpy(arTmp.get(), m_arData.get(), m_nDataSize); in run()
358 memcpy(m_arData.get(), arTmp.get(), m_nDataSize); in run()

Completed in 21 milliseconds