Home
last modified time | relevance | path

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

/trunk/main/sal/inc/osl/
H A Dfile.hxx341 oslVolumeDeviceHandle _aHandle; member in osl::VolumeDevice
348 VolumeDevice() : _aHandle( NULL ) in VolumeDevice()
360 _aHandle = rDevice._aHandle; in VolumeDevice()
361 if ( _aHandle ) in VolumeDevice()
362 osl_acquireVolumeDeviceHandle( _aHandle ); in VolumeDevice()
370 if ( _aHandle ) in ~VolumeDevice()
371 osl_releaseVolumeDeviceHandle( _aHandle ); in ~VolumeDevice()
387 if ( _aHandle ) in operator =()
388 osl_releaseVolumeDeviceHandle( _aHandle ); in operator =()
390 _aHandle = newHandle; in operator =()
[all …]

Completed in 13 milliseconds