Lines Matching refs:E_ACCES
75 case ::osl::FileBase::E_ACCES: in errorToString()
527 if ( ( ::osl::FileBase::E_NOENT != nError1 ) && ( ::osl::FileBase::E_ACCES != nError1 ) ){ in checkFile()
624 if ( ( ::osl::FileBase::E_NOENT != rc ) && ( ::osl::FileBase::E_ACCES != rc ) ){ in checkDirectory()
3895 ( File::E_INVAL == nError1 ) || ( File::E_ACCES == nError1 ) ); in open_002()
3915 sal_Bool bOK = ( File::E_ACCES == nError1 ); in open_004()
4710 ( ::osl::FileBase::E_ISDIR == nError1 ) ||( ::osl::FileBase::E_ACCES == nError1 ) ); in copy_002()
4718 nError1 = ::osl::FileBase::E_ACCES; /// for Windows, c:/ is writtenable any way. in copy_003()
4722 ::osl::FileBase::E_ACCES == nError1 ); in copy_003()
4843 …( ::osl::FileBase::E_ACCES == nError1 || ::osl::FileBase::E_ISDIR == nError1 ) ||( ::osl::FileBase… in move_002()
4851 nError1 = ::osl::FileBase::E_ACCES; /// for Windows, c:/ is writtenable any way. in move_003()
4856 ::osl::FileBase::E_ACCES == nError1 ); in move_003()
5022 … ( ::osl::FileBase::E_ISDIR == nError1 ) || ( ::osl::FileBase::E_ACCES == nError1 )); in remove_004()
5761 ( ::osl::FileBase::E_NOTDIR == nError1 ) || ( ::osl::FileBase::E_ACCES ) ); in open_004()
6358 nError1 = osl::FileBase::E_ACCES; /// in Windows, you can create directory in c:/ any way. in create_002()
6363 ( osl::FileBase::E_ACCES == nError1 ) ); in create_002()