Home
last modified time | relevance | path

Searched refs:handle_file_error (Results 1 – 6 of 6) sorted by relevance

/dports/lang/elixir/elixir-1.12.3/lib/elixir/src/
H A Delixir_erl_compiler.erl78 lists:foreach(fun(Error) -> handle_file_error(BinFile, Error) end, Each);
80 lists:foreach(fun(Error) -> handle_file_error(elixir_aliases:inspect(Mod), Error) end, Each)
113 handle_file_error(File, {beam_validator, Rest}) -> function
115 handle_file_error(File, {Line, Module, Desc}) -> function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_erl_compiler.erl78 lists:foreach(fun(Error) -> handle_file_error(BinFile, Error) end, Each);
80 lists:foreach(fun(Error) -> handle_file_error(elixir_aliases:inspect(Mod), Error) end, Each)
113 handle_file_error(File, {beam_validator, Rest}) -> function
115 handle_file_error(File, {Line, Module, Desc}) -> function
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/app/
H A Dupdater.cxx616 void handle_file_error(osl::FileBase::RC eError, const OUString& rMsg) in handle_file_error() function
641 handle_file_error(eError, "Could not open the download file: " + aTempFile); in download_file()
645 handle_file_error(eError, "Could not get the file size of the downloaded file: " + aTempFile); in download_file()
666handle_file_error(eError, "Could not move the file from the Temp directory to the user config: Tem… in download_file()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/app/
H A Dupdater.cxx607 void handle_file_error(osl::FileBase::RC eError, const OUString& rMsg) in handle_file_error() function
632 handle_file_error(eError, "Could not open the download file: " + aTempFile); in download_file()
636 handle_file_error(eError, "Could not get the file size of the downloaded file: " + aTempFile); in download_file()
657handle_file_error(eError, "Could not move the file from the Temp directory to the user config: Tem… in download_file()
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dfiles.c458 #define file_error(a,b,c) handle_file_error(TSD,a,b,c,1)
459 #define file_warning(a,b,c) handle_file_error(TSD,a,b,c,0)
724 static void handle_file_error( tsd_t *TSD, fileboxptr ptr, int rc, const char *errmsg, int level) ;
1529 static void handle_file_error( tsd_t *TSD, fileboxptr ptr, int rc, const char *errmsg, int level) in handle_file_error() function
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dcanvas.c1452 static void handle_file_error(int res) in handle_file_error() function
1626 handle_file_error(res); in do_a_load_x()
2007 if (res != 1) handle_file_error(res); in fs_ok()