Searched refs:follow_path (Results 1 – 1 of 1) sorted by relevance
/fatfs-2.7.6/ |
D | ff.c | 3003 static FRESULT follow_path ( /* FR_OK(0): successful, !=0: error code */ function 3678 res = follow_path(&dj, path); /* Follow the file path */ 4223 res = follow_path(&dj, path); /* Follow the path */ 4548 res = follow_path(dp, path); /* Follow the path to the directory */ 4729 res = follow_path(&dj, path); /* Follow the file path */ 4911 res = follow_path(&dj, path); /* Follow the file path */ 5002 res = follow_path(&dj, path); /* Follow the file path */ 5088 res = follow_path(&djo, path_old); /* Check old object */ 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 */ [all …]
|