Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.c2552 static FRESULT follow_path ( /* FR_OK(0): successful, !=0: error code */ in follow_path() function
3324 res = follow_path(&dj, path); /* Follow the file path */ in f_open()
3929 res = follow_path(&dj, path); /* Follow the path */ in f_chdir()
4229 res = follow_path(dp, path); /* Follow the path to the directory */ in f_opendir()
4400 res = follow_path(&dj, path); /* Follow the file path */ in f_stat()
4645 res = follow_path(&dj, path); /* Follow the file path */ in f_unlink()
4791 res = follow_path(&dj, path); /* Follow the file path */ in f_mkdir()
4924 res = follow_path(&djo, path_old); /* Check old object */
4974 res = follow_path(&djn, path_new); /* Make sure if new object name is not in use */
5079 res = follow_path(&dj, path); /* Follow the file path */
[all …]