Home
last modified time | relevance | path

Searched refs:osl_File_E_EXIST (Results 1 – 12 of 12) sorted by relevance

/trunk/main/extensions/source/update/check/
H A Ddownload.cxx96 if( osl_File_E_EXIST == rc && ! out.Handler->downloadTargetExists(out.File) ) in openFile()
102 } while( osl_File_E_EXIST == rc ); in openFile()
392 if( osl_File_E_EXIST == rc ) in start()
/trunk/main/sal/osl/w32/
H A Dfile_error.c65 { ERROR_FILE_EXISTS, osl_File_E_EXIST }, /* 80 */
85 { ERROR_ALREADY_EXISTS, osl_File_E_EXIST }, /* 183 */
/trunk/main/shell/source/win32/
H A DSysShExec.cxx118 { ERROR_FILE_EXISTS, osl_File_E_EXIST }, /* 80 */
138 { ERROR_ALREADY_EXISTS, osl_File_E_EXIST }, /* 183 */
/trunk/main/sal/osl/unx/
H A Dfile_error_transl.cxx122 osl_error = osl_File_E_EXIST; in oslTranslateFileError()
H A Dtempfile.c281 if ((osl_File_E_None == osl_error) || (osl_error != osl_File_E_EXIST)) in osl_create_temp_file_impl_()
/trunk/main/sal/osl/os2/
H A Dfile_error_transl.cxx119 osl_error = osl_File_E_EXIST; in oslTranslateFileError()
H A Dtempfile.c270 if ((osl_File_E_None == osl_error) || (osl_error != osl_File_E_EXIST)) in osl_create_temp_file_impl_()
H A Dfile.cxx114 { ERROR_FILE_EXISTS, osl_File_E_EXIST }, /* 80 */
134 { ERROR_ALREADY_EXISTS, osl_File_E_EXIST }, /* 183 */
/trunk/main/sal/inc/osl/
H A Dfile.h106 osl_File_E_EXIST, enumerator
H A Dfile.hxx73 E_EXIST = osl_File_E_EXIST,
/trunk/main/store/source/
H A Dlockbyte.cxx251 if (result == osl_File_E_EXIST) in initialize()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1790 if( aError == osl_File_E_EXIST ) in PDFWriterImpl()

Completed in 106 milliseconds