Home
last modified time | relevance | path

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

/third_party/FatFs/documents/res/
Dapp2.c39 fr = f_unlink(path); in delete_node()
47 if (fr == FR_OK) fr = f_unlink(path); /* Delete the empty sub-directory */ in delete_node()
/third_party/FatFs/source/
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)
311 …Fixed f_unlink() can cause lost clusters at fragmented file on the exFAT volume. (appeared at R0.1…
Dff.h449 FRESULT f_unlink (const TCHAR* path); /* Delete an existing file or directory */
518 #define f_rmdir(path) f_unlink(path)
Dff.c4598 FRESULT f_unlink ( in f_unlink() function