Go to file
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
ecore efl/evas: add ecore-evas dependent examples. 2012-12-31 01:40:50 +00:00
edbus efl: refactor CFLAGS, LIBS, LIBADD and LDADD usage. 2012-12-31 00:46:14 +00:00
eet efl: refactor CFLAGS, LIBS, LIBADD and LDADD usage. 2012-12-31 00:46:14 +00:00
eina efl: add eina_file_copy() 2012-12-31 23:17:18 +00:00
eio efl: refactor CFLAGS, LIBS, LIBADD and LDADD usage. 2012-12-31 00:46:14 +00:00
eo efl: refactor CFLAGS, LIBS, LIBADD and LDADD usage. 2012-12-31 00:46:14 +00:00
evas efl/evas: add ecore-evas dependent examples. 2012-12-31 01:40:50 +00:00
unsorted efl: add eina_file_copy() 2012-12-31 23:17:18 +00:00
Makefile.am efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00