efl/src/examples/eina
Gustavo Sverzut Barbieri 6ae6f925a4 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
addr_book.txt merge: and the eina examples 2012-09-16 21:15:43 +00:00
chat.xml merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_accessor_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_array_01.c efl: backport Igor's eina patch. 2012-10-04 09:31:46 +00:00
eina_array_02.c efl: backport Igor's eina patch. 2012-10-04 09:31:46 +00:00
eina_error_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_file_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_file_02.c efl: add eina_file_copy() 2012-12-31 23:17:18 +00:00
eina_hash_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_03.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_04.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_05.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_06.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_07.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_08.c efl: backport Igor's eina patch. 2012-10-04 09:31:46 +00:00
eina_inarray_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_inarray_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_inlist_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_inlist_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_inlist_03.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_iterator_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_list_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_list_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_list_03.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_list_04.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_log_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_log_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_log_03.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_magic_01.c merge: and the eina examples 2012-09-16 21:15:43 +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
eina_simple_xml_parser_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_str_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_strbuf_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_stringshare_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_tiler_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_value_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_value_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_value_03.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_xattr_01.c efl: missing api for xattr. 2012-12-31 21:05:58 +00:00
eina_xattr_02.c efl: missing api for xattr. 2012-12-31 21:05:58 +00:00