Home
last modified time | relevance | path

Searched refs:f_unlink (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/tools/fatten/fatfs/
H A D00history.txt118 Fixed f_unlink() can return FR_OK on error.
129 Fixed f_unlink() fails to remove a sub-directory on _FS_RPATH.
232 Fixed f_unlink() does not remove cluster chain of the file. (appeared at R0.10c)
H A Dff.h226 FRESULT f_unlink (const TCHAR* path); /* Delete an existing file or directory */
H A Dff.c3526 FRESULT f_unlink ( in f_unlink() function
/reactos/sdk/tools/fatten/
H A Dfatten.c515 if (f_unlink(argv[0])) in main()