genode/libports/src/server/ffat_fs
Christian Prochaska 97308f963a ffat_fs: work with absolute paths
The recently added 'Genode::Path' class makes it easy to create absolute
paths. With this patch the 'ffat_fs' server uses the 'Genode::Path' class
where possible instead of working with 'f_chdir()' and relative paths.
This also solves the problem reported in issue #355, which was caused by
storing a relative file name in the 'File' node.

Fixes #355.
2012-09-14 12:23:26 +02:00
..
directory.h FAT file system service 2012-07-10 16:30:26 +02:00
file.h FAT file system service 2012-07-10 16:30:26 +02:00
main.cc ffat_fs: work with absolute paths 2012-09-14 12:23:26 +02:00
node.h ffat_fs: work with absolute paths 2012-09-14 12:23:26 +02:00
node_handle_registry.h FAT file system service 2012-07-10 16:30:26 +02:00
target.mk FAT file system service 2012-07-10 16:30:26 +02:00
util.h FAT file system service 2012-07-10 16:30:26 +02:00