Home
last modified time | relevance | path

Searched defs:path (Results 1 – 2 of 2) sorted by relevance

/fatfs-2.7.6/
Dff.c2803 const TCHAR** path /* Pointer to pointer to the segment in the path string */
3005 const TCHAR* path /* Full-path string to find a file or directory */
3091 const TCHAR** path /* Pointer to pointer to the path name */
3333 const TCHAR** path, /* Pointer to pointer to the path name (drive number) */
3607 const TCHAR* path, /* Logical drive number to be mounted/unmounted */
3655 const TCHAR* path, /* Pointer to the file name */
4189 const TCHAR* path /* Drive number to set */
4206 const TCHAR* path /* Pointer to the directory path */
4533 const TCHAR* path /* Pointer to the directory path */
4691 const TCHAR* path, /* Pointer to the directory to open */
[all …]
/fatfs-2.7.6/include/
Dff.h346 #define f_rmdir(path) f_unlink(path) argument
347 #define f_unmount(path) f_mount(0, path, 0) argument