Searched refs:E_ACCES (Results 1 – 11 of 11) sorted by relevance
334 case FileBase::E_ACCES: in throw_handler()419 case FileBase::E_ACCES: // permission denied in throw_handler()671 case FileBase::E_ACCES: in throw_handler()707 case FileBase::E_ACCES: // permission denied in throw_handler()758 case FileBase::E_ACCES: // Permission denied in throw_handler()888 case FileBase::E_ACCES: // Permission denied in throw_handler()
1004 case osl::FileBase::E_ACCES: in setv()
86 if ( ( ::osl::FileBase::E_NOENT != nError1 ) && ( ::osl::FileBase::E_ACCES != nError1 ) ) in t_fileExist()146 …( ::osl::FileBase::E_ACCES != nError1 ) ) << "create the log file: but the logfile does not exist"; in TEST_F()
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()3455 …ASSERT_TRUE(( File::E_INVAL == nError1 ) || ( File::E_ACCES == nError1 )) << "test for open functi… in TEST_F()3474 sal_Bool bOK = ( File::E_ACCES == nError1 ); in TEST_F()4206 nError1 = ::osl::FileBase::E_ACCES; /// for Windows, c:/ is writtenable any way. in TEST_F()4209 …ASSERT_TRUE(::osl::FileBase::E_ACCES == nError1) << "test for copy function: copy to an illigal pl… in TEST_F()4323 nError1 = ::osl::FileBase::E_ACCES; /// for Windows, c:/ is writtenable any way. in TEST_F()4327 …ASSERT_TRUE(::osl::FileBase::E_ACCES == nError1) << "test for move function: move to an illigal pl… in TEST_F()5643 nError1 = osl::FileBase::E_ACCES; /// in Windows, you can create directory in c:/ any way. in TEST_F()[all …]
532 case osl::FileBase::E_ACCES: in writeModFile()548 case osl::FileBase::E_ACCES: in writeModFile()
255 else if ( rc == FileBase::E_ACCES ) in create_user_install()
70 E_ACCES = osl_File_E_ACCES, enumerator
211 case DirectoryItem::E_ACCES: // permission denied<br> in implCheckStatusOfURL()
81 if ( ( ::osl::FileBase::E_NOENT != nError1 ) && ( ::osl::FileBase::E_ACCES != nError1 ) ) in t_fileExist()
1218 case File::E_ACCES: in createJavaInfoDirScan()
2576 case FileBase::E_ACCES: in print_error()
Completed in 103 milliseconds