Home
last modified time | relevance | path

Searched refs:path_new (Results 1 – 2 of 2) sorted by relevance

/fatfs-2.7.6/include/
Dff.h319 FRESULT f_rename (const TCHAR* path_old, const TCHAR* path_new); /* Rename/Move a file or directory…
/fatfs-2.7.6/
Dff.c5072 const TCHAR* path_new /* Pointer to the new name */ argument
5083 get_ldnumber(&path_new); /* Snip the drive number of new name off */
5103 res = follow_path(&djn, path_new); /* Make sure if new object name is not in use */
5125 res = follow_path(&djn, path_new); /* Make sure if new object name is not in use */