VFS: many changes for use vfs_path_t
commita12fdfbb0ed27041b1e91e39c432024f40bfd805
authorSlava Zanko <slavazanko@gmail.com>
Thu, 28 Apr 2011 11:39:59 +0000 (28 14:39 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Thu, 23 Jun 2011 11:44:59 +0000 (23 14:44 +0300)
tree0b728c9b15cc864d7d5e9b5bdbc388938c898816
parent9e4dc03e9e365abff8c1c80849444ea40bc9f57b
VFS: many changes for use vfs_path_t

 * completed vfs_path_from_str();
 * completed vfs_path_to_str() and vfs_path_to_str_elements_count();
 * removed deprecated vfs_split();
 * changes in all related code;
 * new unit tests.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
22 files changed:
lib/tests/vfs/Makefile.am
lib/tests/vfs/get_vfs_class.c
lib/tests/vfs/vfs_path_string_convert.c [copied from lib/tests/vfs/vfs_path_from_string.c with 83% similarity]
lib/tests/vfs/vfs_prefix_to_class.c [moved from lib/tests/vfs/vfs_path_from_string.c with 60% similarity]
lib/tests/vfs/vfs_s_get_path_mangle.c
lib/tests/vfs/vfs_split.c
lib/vfs/direntry.c
lib/vfs/gc.c
lib/vfs/interface.c
lib/vfs/path.c
lib/vfs/path.h
lib/vfs/utilvfs.h
lib/vfs/vfs.c
lib/vfs/xdirentry.h
src/filemanager/midnight.c
src/vfs/extfs/extfs.c
src/vfs/extfs/extfs.h
src/vfs/fish/fish.c
src/vfs/ftpfs/ftpfs.c
src/vfs/sfs/sfs.c
src/vfs/sfs/sfs.h
src/vfs/undelfs/undelfs.c