Lines Matching refs:E_EXIST
1146 if( nError != osl::FileBase::E_None && nError != osl::FileBase::E_EXIST ) in move()
1187 if( nError == osl::FileBase::E_EXIST ) in move()
1213 while( ( nError == osl::FileBase::E_EXIST ) && ( nTry < 10000 ) ); in move()
1216 if( nError == osl::FileBase::E_EXIST ) in move()
1237 if( nError == osl::FileBase::E_EXIST ) in move()
1256 if( nError == osl::FileBase::E_EXIST ) in move()
1387 if( nError != osl::FileBase::E_None && nError != osl::FileBase::E_EXIST ) in copy()
1417 if( nError == osl::FileBase::E_EXIST ) in copy()
1443 while( ( nError == osl::FileBase::E_EXIST ) && ( nTry < 10000 ) ); in copy()
1446 if( nError == osl::FileBase::E_EXIST ) in copy()
1468 if( nError == osl::FileBase::E_EXIST ) in copy()
1488 if( nError == osl::FileBase::E_EXIST ) in copy()
1698 case osl::FileBase::E_EXIST: // Directory cannot be overwritten in mkdir()
2114 sal_Bool bSuccess = ( nError == osl::File::E_None || nError == osl::FileBase::E_EXIST ); in ensuredir()
2135 bSuccess =( nError == osl::File::E_None || nError == osl::FileBase::E_EXIST ); in ensuredir()