Searched refs:aIOException (Results 1 – 3 of 3) sorted by relevance
2448 catch( io::IOException& aIOException ) in copyToStorage() local2450 m_pImpl->AddLog( aIOException.Message ); in copyToStorage()2545 catch( io::IOException& aIOException ) in openStreamElement() local2547 m_pImpl->AddLog( aIOException.Message ); in openStreamElement()2720 catch( io::IOException& aIOException ) in openStorageElement() local2722 m_pImpl->AddLog( aIOException.Message ); in openStorageElement()2798 catch( io::IOException& aIOException ) in cloneStreamElement() local2800 m_pImpl->AddLog( aIOException.Message ); in cloneStreamElement()2886 catch( io::IOException& aIOException ) in copyLastCommitTo() local2888 m_pImpl->AddLog( aIOException.Message ); in copyLastCommitTo()[all …]
3477 catch( io::IOException& aIOException ) in commit() local3479 m_pImpl->AddLog( aIOException.Message ); in commit()3541 catch( io::IOException& aIOException ) in revert() local3543 m_pImpl->AddLog( aIOException.Message ); in revert()
420 InteractiveIOException aIOException; in getDataSourceByName() local421 if ( ( e.TargetException >>= aIOException ) in getDataSourceByName()422 && ( ( aIOException.Code == IOErrorCode_NO_FILE ) in getDataSourceByName()423 || ( aIOException.Code == IOErrorCode_NOT_EXISTING ) in getDataSourceByName()