Searched refs:E_EXIST (Results 1 – 21 of 21) sorted by relevance
110 sal_Bool bSuccess = ( nError == osl::File::E_None || nError == osl::FileBase::E_EXIST ); in ensuredir()124 bSuccess =( nError == osl::File::E_None || nError == osl::FileBase::E_EXIST ); in ensuredir()222 else if ( err != FileBase::E_EXIST ) in CreateTempName_Impl()246 else if ( err != FileBase::E_EXIST ) in CreateTempName_Impl()290 else if ( err != FileBase::E_EXIST ) in lcl_createName()311 else if ( err != FileBase::E_EXIST ) in lcl_createName()450 if ( err != FileBase::E_None && err != FileBase::E_EXIST ) in SetTempNameBaseDirectory()
133 else if ( err != FileBase::E_EXIST ) in CreateTempName_Impl()150 else if ( err != FileBase::E_EXIST ) in CreateTempName_Impl()214 else if ( err != FileBase::E_EXIST ) in TempFile()228 else if ( err != FileBase::E_EXIST ) in TempFile()272 if ( err == FileBase::E_None || err == FileBase::E_EXIST ) in SetTempNameBaseDirectory()
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()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()[all …]
239 return osl::FileBase::E_EXIST; in osl_File_copy()254 return osl::FileBase::E_EXIST; in osl_File_move()879 case FileBase::E_EXIST: in throw_handler()
185 if (err == osl::FileBase::E_EXIST) in copy_recursive()243 if ((rc != FileBase::E_None) && (rc != FileBase::E_EXIST)) return UserInstall::E_Creation; in create_user_install()251 if ((rc != FileBase::E_None) && (rc != FileBase::E_EXIST)) in create_user_install()
104 if (aFile.open( OpenFlag_Create ) == File::E_EXIST) { in Lockfile()
697 err == osl::FileBase::E_EXIST ) in copy_prereg_bundled_recursive()
72 case ::osl::FileBase::E_EXIST: in errorToString()385 if ( ( ::osl::FileBase::E_None != nError ) && ( nError != ::osl::FileBase::E_EXIST )) in createTestFile()442 if ( ( ::osl::FileBase::E_None != nError ) && ( nError != ::osl::FileBase::E_EXIST )) in createTestDirectory()1575 if ( osl::FileBase::E_EXIST == nError2 ) { in TEST_F()1591 …( osl::FileBase::E_EXIST == nError2 )) << "createTempFile function: create a temp file, but it doe… in TEST_F()1594 if ( osl::FileBase::E_EXIST == nError2 ) { in TEST_F()3490 ASSERT_TRUE(File::E_EXIST == nError1) << "test for open function: create an exist file"; in TEST_F()4190 …ASSERT_TRUE(::osl::FileBase::E_EXIST == nError1) << "test for copy function: copy file to upper di… in TEST_F()4307 …ASSERT_TRUE(::osl::FileBase::E_EXIST == nError2) << "test for move function: rename file to anothe… in TEST_F()4450 … ( ::osl::FileBase::E_EXIST != nError2 )) << "test for remove function: remove a file"; in TEST_F()[all …]
82 ASSERT_TRUE(err == FileBase::E_None || err == FileBase::E_EXIST) << suErrorMsg.pData; in TEST_F()
172 else if ( err != FileBase::E_EXIST ) in createTempFileURL()
133 if ( retRC != FileBase::E_None && retRC != FileBase::E_EXIST) in getDefaultLocalRegistry()
391 if (::osl::FileBase::E_EXIST == rc) { in copyFile()
113 …ASSERT_TRUE(( ::osl::FileBase::E_None == nError ) || ( nError == ::osl::FileBase::E_EXIST )) << "I… in createTestDirectory()
73 E_EXIST = osl_File_E_EXIST, enumerator
530 case osl::FileBase::E_EXIST: in writeModFile()
824 if ( ::osl::FileBase::E_None == nError || ::osl::FileBase::E_EXIST == nError ) in removeAndCreateFile()
793 if(rc != osl::FileBase::E_None && rc != osl::FileBase::E_EXIST) in fillEnvironmentVariable()
844 if (rcFile != FileBase::E_EXIST && rcFile != FileBase::E_None) in createSettingsDocument()
2585 case FileBase::E_EXIST: in print_error()
191 if ( ::osl::FileBase::E_None == result || ::osl::FileBase::E_EXIST == result ) in GetCrashDataPath()
2279 if( (eRes != ::osl::FileBase::E_None) && (eRes != ::osl::FileBase::E_EXIST) ) in extractStorage()
Completed in 118 milliseconds