examples/eina
Gustavo Sverzut Barbieri a06b26817c efl: add eina_file_copy()
it's useful to copy file from one place to another and this will be
used in eio' s implementation.

NOTE: did not use mmap here as mmap faults may be cumbersome to handle
(Eina_File itself does that, but in a nasty way) and the
implementation would be severely different as there is no Eina_File
from FD, and there is no way to inject custom memory/fd into the
Eina_File's fault handling. The performance would not be that
different anyways and the splice() is already in there for systems
with good performance (read: Linux).



SVN revision: 81942
2012-12-31 23:17:18 +00:00
..
Makefile.am efl: add eina_file_copy() 2012-12-31 23:17:18 +00:00
eina_model_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_03.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_animal.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_animal.h merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_child.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_child.h merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_human.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_human.h merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_main.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_parrot.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_parrot.h merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_whistler.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_whistler.h merge: and the eina examples 2012-09-16 21:15:43 +00:00