mbed-os/features/filesystem
Christopher Haster 420df0c793 littlefs: Fixed issue with trailing dots in file paths
Paths such as the following were causing issues:
/tea/hottea/.
/tea/hottea/..

Unfortunately the existing structure for path lookup didn't make it very
easy to introduce proper handling in this case without duplicating the
entire skip logic for paths. So the lfs_dir_find function had to be
restructured a bit.

One odd side-effect of this is that now lfs_dir_find includes the
initial fetch operation. This kinda breaks the fetch -> op pattern of
the dir functions, but does come with a nice code size reduction.
2018-05-04 12:22:29 +01:00
..
bd typos 2018-03-26 18:52:24 +01:00
fat dir seek fixed - dptr was not updated before checking 2018-03-26 18:52:24 +01:00
littlefs littlefs: Fixed issue with trailing dots in file paths 2018-05-04 12:22:29 +01:00
Dir.cpp fs: Fix dir open during failure condition 2017-09-22 18:39:52 -05:00
Dir.h Fix doxygen warnings in 'features/filesystem' 2017-06-08 15:48:21 -05:00
File.cpp Correct return type of FileHandle::size() 2017-05-31 15:02:11 +03:00
File.h Correct return type of FileHandle::size() 2017-05-31 15:02:11 +03:00
FileSystem.cpp Added statvfs API to get storage statistics 2017-12-29 16:42:31 -06:00
FileSystem.h Added statvfs API to get storage statistics 2017-12-29 16:42:31 -06:00
mbed_filesystem.h Filesystem: Integrate filesystem classes with common mbed.h entry point 2017-02-24 11:56:45 -06:00
mbed_lib.json Filesystem: Integrate filesystem classes with common mbed.h entry point 2017-02-24 11:56:45 -06:00