Lines Matching refs:sStreamPath

338 										  String sStreamPath,  in WriteBytesToStreamH()  argument
356 …Object oSubStream = xHStorage.openStreamElementByHierarchicalName( sStreamPath, ElementModes.WRITE… in WriteBytesToStreamH()
360 Error( "Can't create substream '" + sStreamPath + "'!" ); in WriteBytesToStreamH()
366 Error( "Can't create substream '" + sStreamPath + "', exception : " + e + "!" ); in WriteBytesToStreamH()
370 if ( !WriteBytesToStream( xSubStream, sStreamPath, sMediaType, bCompressed, pBytes ) ) in WriteBytesToStreamH()
377 Error( "Substream '" + sStreamPath + "', stream opened for writing must be transacted!" ); in WriteBytesToStreamH()
387 …Error( "Can't commit storage after substream '" + sStreamPath + "' change, exception : " + e + "!"… in WriteBytesToStreamH()
393 if ( !disposeStream( xSubStream, sStreamPath ) ) in WriteBytesToStreamH()
400 String sStreamPath, in WriteBytesToEncrStreamH() argument
419 Object oSubStream = xHStorage.openEncryptedStreamElementByHierarchicalName( sStreamPath, in WriteBytesToEncrStreamH()
425 Error( "Can't create substream '" + sStreamPath + "'!" ); in WriteBytesToEncrStreamH()
431 Error( "Can't create substream '" + sStreamPath + "', exception : " + e + "!" ); in WriteBytesToEncrStreamH()
435 if ( !WriteBytesToStream( xSubStream, sStreamPath, sMediaType, bCompressed, pBytes ) ) in WriteBytesToEncrStreamH()
442 Error( "Substream '" + sStreamPath + "', stream opened for writing must be transacted!" ); in WriteBytesToEncrStreamH()
452 …Error( "Can't commit storage after substream '" + sStreamPath + "' change, exception : " + e + "!"… in WriteBytesToEncrStreamH()
458 if ( !disposeStream( xSubStream, sStreamPath ) ) in WriteBytesToEncrStreamH()
465 String sStreamPath, in WBToSubstrOfEncrH() argument
484 …Object oSubStream = xHStorage.openStreamElementByHierarchicalName( sStreamPath, ElementModes.WRITE… in WBToSubstrOfEncrH()
488 Error( "Can't create substream '" + sStreamPath + "'!" ); in WBToSubstrOfEncrH()
494 Error( "Can't create substream '" + sStreamPath + "', exception : " + e + "!" ); in WBToSubstrOfEncrH()
502 Error( "Can't get XPropertySet implementation from substream '" + sStreamPath + "'!" ); in WBToSubstrOfEncrH()
513 …Error( "Can't set 'UseCommonStoragePasswordEncryption' property to substream '" + sStreamPath + "'… in WBToSubstrOfEncrH()
517 if ( !WriteBytesToStream( xSubStream, sStreamPath, sMediaType, bCompressed, pBytes ) ) in WBToSubstrOfEncrH()
524 Error( "Substream '" + sStreamPath + "', stream opened for writing must be transacted!" ); in WBToSubstrOfEncrH()
534 …Error( "Can't commit storage after substream '" + sStreamPath + "' change, exception : " + e + "!"… in WBToSubstrOfEncrH()
540 if ( !disposeStream( xSubStream, sStreamPath ) ) in WBToSubstrOfEncrH()