Files
u-boot/doc/usage/cmd
Gabriel Dalimonte f12f27d2e0 fs: fat: add rename
The implementation roughly follows the POSIX specification for
rename() [1]. The ordering of operations attempting to minimize the chance
for data loss in unexpected circumstances.

The 'mv' command was implemented as a front end for the rename operation
as that is what most users are likely familiar with in terms of behavior.

The 'FAT_RENAME' Kconfig option was added to prevent code size increase on
size-oriented builds like SPL.

[1] https://pubs.opengroup.org/onlinepubs/9799919799/functions/rename.html

Signed-off-by: Gabriel Dalimonte <gabriel.dalimonte@gmail.com>
2025-05-01 05:56:47 -06:00
..
2025-03-15 08:49:43 +00:00
2024-03-21 07:29:19 +01:00
2024-10-18 14:10:21 -06:00
2024-03-21 07:29:19 +01:00
2024-10-18 14:10:21 -06:00
2024-03-21 07:29:19 +01:00
2024-03-21 07:29:19 +01:00
2024-03-21 07:29:19 +01:00
2024-03-21 07:29:19 +01:00
2024-10-18 14:10:21 -06:00
2024-03-21 07:29:19 +01:00
2025-05-01 05:56:47 -06:00
2024-03-21 07:29:19 +01:00
2024-03-21 07:29:19 +01:00
2024-08-24 11:35:55 +02:00
2024-03-13 12:40:43 -04:00
2024-03-21 07:29:19 +01:00
2024-03-21 07:29:19 +01:00
2024-01-26 14:15:08 +01:00
2024-10-17 03:12:47 +02:00
2024-03-21 07:29:19 +01:00
2024-09-21 11:22:42 +02:00
2024-08-09 16:03:20 -06:00
2025-02-16 14:11:28 +00:00
2024-11-23 23:33:48 +01:00