Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/file/
H A Dfilglob.cxx270 IOErrorCode ioErrorCode; in throw_handler() local
320 ioErrorCode = IOErrorCode_NAME_TOO_LONG; in throw_handler()
326 ioErrorCode = IOErrorCode_INVALID_DEVICE; in throw_handler()
330 ioErrorCode = IOErrorCode_NOT_EXISTING; in throw_handler()
336 ioErrorCode = IOErrorCode_ACCESS_DENIED; in throw_handler()
340 ioErrorCode = IOErrorCode_NO_FILE; in throw_handler()
343 ioErrorCode = IOErrorCode_DEVICE_NOT_READY; in throw_handler()
349 ioErrorCode = IOErrorCode_OUT_OF_FILE_HANDLES; in throw_handler()
353 ioErrorCode = IOErrorCode_INVALID_PARAMETER; in throw_handler()
357 ioErrorCode = IOErrorCode_OUT_OF_MEMORY; in throw_handler()
[all …]
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx323 sal_Int32 ioErrorCode; member
719 ret.ioErrorCode = m_nIOErrorCode; in getResult()
1122 if ( res.ioErrorCode == IOErrorCode_ACCESS_DENIED || in UCBOpenContentSync()
1123 res.ioErrorCode == IOErrorCode_LOCKING_VIOLATION ) in UCBOpenContentSync()
1125 else if ( res.ioErrorCode == IOErrorCode_NOT_EXISTING ) in UCBOpenContentSync()
1127 else if ( res.ioErrorCode == IOErrorCode_CANT_READ ) in UCBOpenContentSync()