Searched refs:osl_File_E_EXIST (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/extensions/source/update/check/ |
H A D | download.cxx | 96 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()
|
/aoo42x/main/sal/osl/w32/ |
H A D | file_error.c | 65 { ERROR_FILE_EXISTS, osl_File_E_EXIST }, /* 80 */ 85 { ERROR_ALREADY_EXISTS, osl_File_E_EXIST }, /* 183 */
|
/aoo42x/main/shell/source/win32/ |
H A D | SysShExec.cxx | 118 { ERROR_FILE_EXISTS, osl_File_E_EXIST }, /* 80 */ 138 { ERROR_ALREADY_EXISTS, osl_File_E_EXIST }, /* 183 */
|
/aoo42x/main/sal/osl/unx/ |
H A D | file_error_transl.cxx | 122 osl_error = osl_File_E_EXIST; in oslTranslateFileError()
|
H A D | tempfile.c | 281 if ((osl_File_E_None == osl_error) || (osl_error != osl_File_E_EXIST)) in osl_create_temp_file_impl_()
|
/aoo42x/main/sal/osl/os2/ |
H A D | file_error_transl.cxx | 119 osl_error = osl_File_E_EXIST; in oslTranslateFileError()
|
H A D | tempfile.c | 270 if ((osl_File_E_None == osl_error) || (osl_error != osl_File_E_EXIST)) in osl_create_temp_file_impl_()
|
H A D | file.cxx | 114 { ERROR_FILE_EXISTS, osl_File_E_EXIST }, /* 80 */ 134 { ERROR_ALREADY_EXISTS, osl_File_E_EXIST }, /* 183 */
|
/aoo42x/main/sal/inc/osl/ |
H A D | file.h | 106 osl_File_E_EXIST, enumerator
|
H A D | file.hxx | 73 E_EXIST = osl_File_E_EXIST,
|
/aoo42x/main/store/source/ |
H A D | lockbyte.cxx | 251 if (result == osl_File_E_EXIST) in initialize()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 1790 if( aError == osl_File_E_EXIST ) in PDFWriterImpl()
|
Completed in 93 milliseconds