Searched defs:path (Results 1 – 2 of 2) sorted by relevance
2871 const TCHAR** path /* Pointer to pointer to the segment in the path string */3075 const TCHAR* path /* Full-path string to find a file or directory */3161 const TCHAR** path /* Pointer to pointer to the path name */3402 const TCHAR** path, /* Pointer to pointer to the path name (drive number) */3674 const TCHAR* path, /* Logical drive number to be mounted/unmounted */3734 const TCHAR* path, /* Pointer to the file name */4268 const TCHAR* path /* Drive number to set */4285 const TCHAR* path /* Pointer to the directory path */4614 const TCHAR* path /* Pointer to the directory path */4772 const TCHAR* path, /* Pointer to the directory to open */[all …]
348 #define f_rmdir(path) f_unlink(path) argument349 #define f_unmount(path) f_mount(0, path, 0) argument