gint/src/fs/fugue
Lephe 9924dc4684
fs: add rename() function on fx-CG
2022-08-22 15:25:14 +02:00
..
BFile_Ext_Stat.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
fugue.c fs: buffer Fugue writes through RAM 2022-01-10 14:47:14 +01:00
fugue.h fs: add rename() function on fx-CG 2022-08-22 15:25:14 +02:00
fugue_dir.c fs: track offset of Fugue files manually 2022-01-06 14:05:52 +01:00
fugue_mkdir.c fs: folder support, part 2 (path normalization and root) 2021-12-23 01:19:45 +01:00
fugue_open.c fs: fix tracking of initial position with O_APPEND (*) 2022-03-19 19:26:23 +00:00
fugue_rename.c fs: add rename() function on fx-CG 2022-08-22 15:25:14 +02:00
fugue_rmdir.c fs: stat(), proper unlink(), rmdir() 2021-12-30 18:17:13 +01:00
fugue_stat.c fs: stat(), proper unlink(), rmdir() 2021-12-30 18:17:13 +01:00
fugue_unlink.c fs: stat(), proper unlink(), rmdir() 2021-12-30 18:17:13 +01:00
util.c fs: stat(), proper unlink(), rmdir() 2021-12-30 18:17:13 +01:00
util.h fs: stat(), proper unlink(), rmdir() 2021-12-30 18:17:13 +01:00