Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h496 FRESULT dir_find(DIR *dp);
Dff.c1940 FRESULT dir_find ( /* FR_OK(0):succeeded, !=0:error */ in dir_find() function
2041 res = dir_find(dp); /* Check if the name collides with existing SFN */ in dir_register()
2580 res = dir_find(dp); /* Find an object with the segment name */ in follow_path()