Searched refs:f_unlink (Results 1 – 4 of 4) sorted by relevance
39 fr = f_unlink(path); in delete_node()47 if (fr == FR_OK) fr = f_unlink(path); /* Delete the empty sub-directory */ in delete_node()
118 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…
449 FRESULT f_unlink (const TCHAR* path); /* Delete an existing file or directory */518 #define f_rmdir(path) f_unlink(path)
4598 FRESULT f_unlink ( in f_unlink() function